summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-05-16 15:09:55 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2019-05-22 14:16:07 +0000
commitd932ac44df2c0691bcf1005366a52014fb08f45b (patch)
treef1d7db24fd2c041c1ebc1c9445e8b5a472a30190 /coin/module_config.yaml
parentb611936ca85b57f4b405e920e2efa31f02f1ac70 (diff)
Adjust timeouts in module_config.yaml
Signing package may take more then 10s while calling echo really should take less then 60s ;-) Change-Id: I1798981492d1467bb8b20099ea705b08ea9b0914 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index fd849399b3..9463bc7253 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -42,6 +42,8 @@ build_instructions:
property: host.os
not_equals_value: Windows
directory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
+ maxTimeInSeconds: 1200
+ maxTimeBetweenOutput: 1200
- type: UploadArtifact
archiveDirectory: "{{.InstallRoot}}/{{.AgentWorkingDir}}"
transferType: UploadModuleBuildArtifact
@@ -50,7 +52,7 @@ build_instructions:
test_instructions:
- type: ExecuteCommand
command: echo "hello world - test"
- maxTimeInSeconds: 6000
- maxTimeBetweenOutput: 120
+ maxTimeInSeconds: 60
+ maxTimeBetweenOutput: 12
userMessageOnFailure: >
Failed to call echo. Contact Liang then.