Jenkins increase timeout to 30 minutes for now

This commit is contained in:
Daniel Agar
2017-11-28 19:14:58 -05:00
parent ba8153afd9
commit 66d4a1b3fd

2
Jenkinsfile vendored
View File

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