summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnetci.groovy5
1 files changed, 5 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 4f1b6826fb..61c4ee3c97 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.