Increase build pipeline timeout

30min could possibly be too low in some instances
This commit is contained in:
sholdee 2022-05-11 14:38:05 -05:00 committed by GitHub
commit e7395bb9d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
options { options {
timestamps() timestamps()
timeout(time: 30, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
skipDefaultCheckout(true) skipDefaultCheckout(true)
} }