Skip to content

Commit

Permalink
Reduce timeout when waiting for PRs
Browse files Browse the repository at this point in the history
The previous value of 7200 minutes equals 5 days, which is far too long.
Reduce it to 4 hours, which brings the latest start time for the AliPhysics
builds down to 19:00 UTC (20:00 CET / 21:00 CEST). This should still be long
enough to wait for any remaining PRs to finish testing and be merged.
  • Loading branch information
TimoWilken committed Dec 17, 2023
1 parent 0b73cf1 commit b1ff4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/daily-tags
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
stage "Wait pull requests"
if ("$WAIT_PR" == "true") {
node ("slc7_x86-64-light") {
timeout (7200) {
timeout (240) {
withEnv(["ALIBOT_SLUG=${ALIBOT_SLUG}",
"WAIT_PR_LIMIT=${WAIT_PR_LIMIT}",
"PACKAGES=${PACKAGES}"]) {
Expand Down

0 comments on commit b1ff4fa

Please sign in to comment.