Skip to content

Commit

Permalink
Increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dcowhig committed Aug 17, 2018
1 parent f761856 commit a07f828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfiles/Linux
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
agent none

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

stages {
Expand Down

0 comments on commit a07f828

Please sign in to comment.