Skip to content

Commit

Permalink
Jenkins increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Nov 29, 2017
1 parent 66d4a1b commit f63c821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent none
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 30, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
timestamps()
}
stages {
Expand Down

0 comments on commit f63c821

Please sign in to comment.