jjb: lava: check for status changes of system jobs every 30 seconds
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 15 Jan 2018 15:52:02 +0000 (10:52 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 19 Feb 2018 14:39:03 +0000 (09:39 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/system-tests/system-trigger.groovy

index 6eb637bd7c49d306c6827fa9cf91c68741f0d7bb..3bfbaf9c75303d1a7ef7b1a85d11785b92a30e29 100644 (file)
@@ -554,7 +554,7 @@ while (ongoingBuild.size() > 0) {
 
   // Sleep before the next iteration.
   try {
-    Thread.sleep(10000)
+    Thread.sleep(30000)
   } catch(e) {
     if (e in InterruptedException) {
       build.setResult(hudson.model.Result.ABORTED)
This page took 0.023005 seconds and 4 git commands to generate.