From d932ac44df2c0691bcf1005366a52014fb08f45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Thu, 16 May 2019 15:09:55 +0200 Subject: Adjust timeouts in module_config.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signing package may take more then 10s while calling echo really should take less then 60s ;-) Change-Id: I1798981492d1467bb8b20099ea705b08ea9b0914 Reviewed-by: Liang Qi Reviewed-by: Jędrzej Nowacki --- coin/module_config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'coin') 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. -- cgit v1.2.3