Skip to content

Commit 3cd9644

Browse files
Add 12 hour timeout to debuginfo job (#258)
Add timeout
1 parent f8e7d03 commit 3cd9644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zorg/jenkins/jobs/jobs/clang-3.4-debuginfo-statistics

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

79
parameters {

0 commit comments

Comments
 (0)