From bc1d2a0fffc4a27f0bd2aeaa8646106c59c99b73 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 9 Sep 2021 12:58:34 +0300 Subject: [PATCH] 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: I866bf07324793fce4ce88189053216abd8b4302f Reviewed-by: Mikko Gronoff --- coin/module_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 90cad0b..42a95db 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -146,8 +146,8 @@ instructions: fileMode: 420 - type: ExecuteCommand command: ["bash", "-xe", "{{.BuildDir}}/start-build"] - maxTimeInSeconds: 28800 - maxTimeBetweenOutput: 28800 + maxTimeInSeconds: 43200 + maxTimeBetweenOutput: 7200 userMessageOnFailure: "Build failed." - type: ExecuteCommand command: ["sudo", "umount", "/mnt/yocto-cache"]