summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-03-23 12:32:21 -0700
committerSergey Andreenko <seandree@microsoft.com>2018-03-23 12:33:22 -0700
commitc082df55b470a5d251a907fb642d05c9f6e01b2c (patch)
tree929d799fb7b8469d9d9bf7a08903fc0252524823 /netci.groovy
parent611e3dfd44ee205a7c1997d26bd22ed7d48ccb8d (diff)
downloadcoreclr-c082df55b470a5d251a907fb642d05c9f6e01b2c.tar.gz
coreclr-c082df55b470a5d251a907fb642d05c9f6e01b2c.tar.bz2
coreclr-c082df55b470a5d251a907fb642d05c9f6e01b2c.zip
increase timeout for altjit jobs
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy5
1 files changed, 5 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 6b45ff7014..1d92778f09 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -664,6 +664,11 @@ def static setJobTimeout(newJob, isPR, architecture, configuration, scenario, is
// Debug runs can be very slow. Add an hour.
timeout += 60
}
+
+ if (architecture == 'x86_arm_altjit' || architecture == 'x64_arm64_altjit') {
+ // AltJit runs compile all methods twice.
+ timeout *= 2
+ }
// If we've changed the timeout from the default, set it in the job.