summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2018-03-10 20:04:38 -0800
committerjashook <jashoo@microsoft.com>2018-03-11 10:29:10 -0700
commit45765cbc52264f178d16257a4c93ab5e5196ddd7 (patch)
treebf0b41929b68c2c3960c64658e72e4ef86ba754f /netci.groovy
parent4e332945b6e697fccbbbec3fb163c5161253e79c (diff)
downloadcoreclr-45765cbc52264f178d16257a4c93ab5e5196ddd7.tar.gz
coreclr-45765cbc52264f178d16257a4c93ab5e5196ddd7.tar.bz2
coreclr-45765cbc52264f178d16257a4c93ab5e5196ddd7.zip
Up the jit stress timeout to 5 hours
Current jitx86hwintrinsicnoavx job runs around 4 hours. Which will cause timeouts if over.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 3a4ed5aef9..6b45ff7014 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