Skip to content

Commit 3824321

Browse files
authored
Current Jenkins build typically takes less than 3 hours. Timeout a (#2911)
build after 6 hours to account for the case when the build died badly (typically due to segfault) and didn't get a chance to report failure. Signed-off-by: Gong Su <[email protected]>
1 parent 82f3016 commit 3824321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildbot/Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def call() {
2626
skipDefaultCheckout()
2727
buildDiscarder(logRotator(numToKeepStr:'1000'))
2828
ansiColor('xterm')
29+
timeout(time: 6, unit: 'HOURS')
2930
}
3031

3132
agent {

0 commit comments

Comments
 (0)