aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-11-22 15:09:42 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2019-11-25 14:16:15 +0200
commit10f07ee8c5dcd3dc09d590cff39fffbe7fc0a51c (patch)
treedeca022559c4a36543f68fb76849b67e9030677a /coin
parentf52ceec912aebde22aeb9ce20a452d906ee40c9c (diff)
coin: increase timeout for mounting sstate cache
CI builds have sometimes trouble mounting the sstate cache, increase timeout from default 10 seconds to 60 seconds to see if that is enough to fix those cases. Change-Id: I9f2fbc2971d4a7dfda6702806f6a139ab66662c3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 103c715c..6956e7a6 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -60,6 +60,8 @@ build_instructions:
userMessageOnFailure: "Could not create '/mnt/yocto-cache' directory"
- type: ExecuteCommand
command: ["sudo", "mount", "yocto-cache.intra.qt.io:/srv/yocto-cache", "/mnt/yocto-cache"]
+ maxTimeInSeconds: 60
+ maxTimeBetweenOutput: 60
userMessageOnFailure: "Could not mount yocto cache."
- type: WriteFile
fileContents: |