ci: add timeout for build jobs

This commit is contained in:
Fu Hanxi
2024-10-18 13:05:28 +02:00
parent dcb4bf4600
commit d137deed2a

View File

@@ -10,6 +10,7 @@
- .after_script:build:ccache:upload-when-fail
image: $ESP_ENV_IMAGE
stage: build
timeout: 1 hour
variables:
# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings.
IDF_CCACHE_ENABLE: "1"