Skip to content

Commit d9e27fa

Browse files
committed
Increase global timeout
1 parent ba1a09e commit d9e27fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
// show timestamps in logs
2626
timestamps()
2727
// global timeout
28-
timeout(time: 20, unit: 'MINUTES')
28+
timeout(time: 120, unit: 'MINUTES')
2929
}
3030
stages {
3131
stage('build') {

0 commit comments

Comments
 (0)