From: Francis Deslauriers Date: Mon, 15 Jan 2018 15:52:02 +0000 (-0500) Subject: jjb: lava: check for status changes of system jobs every 30 seconds X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=b2c3f97cff34732d8b0f3227947e704ae600c2dd;p=lttng-ci.git jjb: lava: check for status changes of system jobs every 30 seconds Signed-off-by: Francis Deslauriers --- diff --git a/scripts/system-tests/system-trigger.groovy b/scripts/system-tests/system-trigger.groovy index 6eb637b..3bfbaf9 100644 --- a/scripts/system-tests/system-trigger.groovy +++ b/scripts/system-tests/system-trigger.groovy @@ -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)