summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-11 10:16:43 +0200
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-11 10:20:37 +0200
commit67a2e89f80b2e402f99649b7719250cdfaaaeae6 (patch)
tree59a538128f444d39370e55cc3ba224dae8745185
parent0f51fda53e3bcce71e35c9f7cd2d07655655787e (diff)
gitlab-ci: increase timeout for builds
Yocto builds can take a very long time to build, and the default 1h timeout by default is really not enough, so let's increase it to an arbitrary 10 hours, in the hope it's enough. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5b09c7..9beb394 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ missing_variables:
- build/tmp/deploy/images/$CI_JOB_NAME/u-boot-$CI_JOB_NAME-*.itb
exclude:
- build/tmp/deploy/images/$CI_JOB_NAME/fitImage*linux*.bin
+ timeout: 10h
ringneck-haikou:
extends: .build