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>
This commit is contained in:
parent
b611936ca8
commit
d932ac44df
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user