From: jashook Date: Sun, 11 Mar 2018 04:04:38 +0000 (-0800) Subject: Up the jit stress timeout to 5 hours X-Git-Tag: accepted/tizen/unified/20190422.045933~2667^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45765cbc52264f178d16257a4c93ab5e5196ddd7;p=platform%2Fupstream%2Fcoreclr.git Up the jit stress timeout to 5 hours Current jitx86hwintrinsicnoavx job runs around 4 hours. Which will cause timeouts if over. --- diff --git a/netci.groovy b/netci.groovy index 3a4ed5a..6b45ff7 100755 --- a/netci.groovy +++ b/netci.groovy @@ -641,7 +641,7 @@ def static setJobTimeout(newJob, isPR, architecture, configuration, scenario, is timeout = 360 } else if (isJitStressScenario(scenario)) { - timeout = 240 + timeout = 300 } else if (isR2RBaselineScenario(scenario)) { timeout = 240