aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-09-09 12:55:20 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-09 16:33:36 +0000
commitf0a477cec6e5205462bbdf84c90d14b8f2037acf (patch)
treee7f118e86c067edbb8581c52ce8c4dfeb8d21bc5
parent80187444837de9a052bef581db9d73ab8d527424 (diff)
Coin: give CI build more time to complete
Raise max build to 12 hours, but lower time without output to 2 hours. Change-Id: I07b724cc909e0bf999436fa28722ffb12d51be54 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 67bc14aa5bbeecbc36c72676255d46a8286b66e1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/module_config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 9d11b120..93ce05da 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -92,8 +92,8 @@ build_instructions:
userMessageOnFailure: "Could not add execution right to the start-build."
- type: ExecuteCommand
command: ["{{.BuildDir}}/start-build"]
- maxTimeInSeconds: 28800
- maxTimeBetweenOutput: 28800
+ maxTimeInSeconds: 43200
+ maxTimeBetweenOutput: 7200
userMessageOnFailure: "Build failed."
test_instructions: []