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 louist103
parent c7e552fc5f
commit 8ba5d827c5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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