Skip to content

Commit

Permalink
Set timeout to 12 hours for clang-stage2-cmake-RgSan (#361)
Browse files Browse the repository at this point in the history
This will keep the job from hanging if it encounters any spurious
infrastructure issues
  • Loading branch information
justice-adams-apple authored Jan 28, 2025
1 parent 7a32e76 commit 76e9aa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zorg/jenkins/jobs/jobs/clang-stage2-cmake-RgSan
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pipeline {
options {
disableConcurrentBuilds()

timeout(time: 24, unit: 'HOURS')
}

parameters {
Expand Down

0 comments on commit 76e9aa7

Please sign in to comment.