Increase Jenkins CI build timeout to 30 minutes.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -22,7 +22,7 @@ pipeline {
|
||||
|
||||
stage('Build') {
|
||||
options {
|
||||
timeout(time: 15, unit: "MINUTES")
|
||||
timeout(time: 30, unit: "MINUTES")
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user