Browse Source

Jenkins increase timeout to 30 minutes for now

sbg
Daniel Agar 7 years ago
parent
commit
66d4a1b3fd
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -2,7 +2,7 @@ pipeline { @@ -2,7 +2,7 @@ pipeline {
agent none
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 20, unit: 'MINUTES')
timeout(time: 30, unit: 'MINUTES')
timestamps()
}
stages {

Loading…
Cancel
Save