From 67bc14aa5bbeecbc36c72676255d46a8286b66e1 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 9 Sep 2021 12:55:20 +0300 Subject: Coin: give CI build more time to complete Raise max build to 12 hours, but lower time without output to 2 hours. Pick-to: 6.2 Change-Id: I07b724cc909e0bf999436fa28722ffb12d51be54 Reviewed-by: Mikko Gronoff --- coin/module_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coin/module_config.yaml') diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 6a50a391..fb119777 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -94,8 +94,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: [] -- cgit v1.2.3