Jenkins increase test timeout

This commit is contained in:
Daniel Agar 2017-11-28 23:14:00 -05:00
parent 66d4a1b3fd
commit f63c8218e4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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