Merge branch 'ci/increase_job_timeout' into 'master'

ci: increase build timeout

See merge request espressif/esp-idf!41496
This commit is contained in:
Fu Hanxi
2025-09-10 09:02:58 +02:00

View File

@@ -11,7 +11,7 @@
image: $ESP_ENV_IMAGE image: $ESP_ENV_IMAGE
tags: [build, shiny] tags: [build, shiny]
stage: build stage: build
timeout: 1 hour timeout: 2 hour
variables: variables:
# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings. # Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings.
IDF_CCACHE_ENABLE: "1" IDF_CCACHE_ENABLE: "1"