From 7b81a731e213bdcf39cda77dd39fcec9b697a042 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 25 Aug 2025 17:02:34 +0200 Subject: [PATCH] ci: increase build timeout --- tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml b/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml index f42e7c8bbb..1fd97e93fa 100644 --- a/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml +++ b/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml @@ -11,7 +11,7 @@ image: $ESP_ENV_IMAGE tags: [build, shiny] stage: build - timeout: 1 hour + timeout: 2 hour variables: # Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings. IDF_CCACHE_ENABLE: "1"