ci: increase build timeout

This commit is contained in:
Fu Hanxi
2025-08-25 17:02:34 +02:00
parent c433a76325
commit 7b81a731e2

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"