Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6bf6c59

Browse files
Merge pull request #17159 from sandreenko/changeTimeOutForAltJitjobs
increase timeout for altjit jobs
2 parents a38ed98 + c082df5 commit 6bf6c59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netci.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,11 @@ def static setJobTimeout(newJob, isPR, architecture, configuration, scenario, is
664664
// Debug runs can be very slow. Add an hour.
665665
timeout += 60
666666
}
667+
668+
if (architecture == 'x86_arm_altjit' || architecture == 'x64_arm64_altjit') {
669+
// AltJit runs compile all methods twice.
670+
timeout *= 2
671+
}
667672

668673
// If we've changed the timeout from the default, set it in the job.
669674

0 commit comments

Comments
 (0)