summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.