Up the jit stress timeout to 5 hours
authorjashook <jashoo@microsoft.com>
Sun, 11 Mar 2018 04:04:38 +0000 (20:04 -0800)
committerjashook <jashoo@microsoft.com>
Sun, 11 Mar 2018 17:29:10 +0000 (10:29 -0700)
Current jitx86hwintrinsicnoavx job runs around 4 hours. Which will cause timeouts if over.

netci.groovy

index 3a4ed5a..6b45ff7 100755 (executable)
@@ -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