Skip to content

Commit 76e9aa7

Browse files
Set timeout to 12 hours for clang-stage2-cmake-RgSan (#361)
This will keep the job from hanging if it encounters any spurious infrastructure issues
1 parent 7a32e76 commit 76e9aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zorg/jenkins/jobs/jobs/clang-stage2-cmake-RgSan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
pipeline {
22
options {
33
disableConcurrentBuilds()
4+
5+
timeout(time: 24, unit: 'HOURS')
46
}
57

68
parameters {

0 commit comments

Comments
 (0)