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

Commit c97a6e9

Browse files
committed
Up pri-1 timeouts again
180 minutes was still not enough; we were still getting timeouts. Up it to 240 minutes.
1 parent 5497ed0 commit c97a6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def static setTestJobTimeOut(newJob, isPR, architecture, scenario) {
414414
else if (!(scenario == 'default' && isPR == true)) {
415415
// Pri-1 test builds take a long time. Default PR jobs are Pri-0; everything else is Pri-1
416416
// (see calculateBuildCommands()). So up the Pri-1 build jobs timeout.
417-
Utilities.setJobTimeout(newJob, 180)
417+
Utilities.setJobTimeout(newJob, 240)
418418
}
419419
// Non-test jobs use the default timeout value.
420420
}

0 commit comments

Comments
 (0)