Skip to content

Commit

Permalink
Merge pull request #2588 from dcos/orlandohohmeier/fix/adjust-the-jen…
Browse files Browse the repository at this point in the history
…kins-pipeline-timeout

fix(Jenkinsfile): adjust timeout
  • Loading branch information
weblancaster authored Dec 27, 2017
2 parents eb95606 + 80111c4 commit b897de0
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 @@ -12,7 +12,7 @@ pipeline {
}

options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 3, unit: 'HOURS')
}

stages {
Expand Down

0 comments on commit b897de0

Please sign in to comment.