Skip to content

Commit

Permalink
Increase Timeout
Browse files Browse the repository at this point in the history
Adding additional images for openj9 makes the build take longer. Allow up to 60 minutes.
  • Loading branch information
slide authored Jan 8, 2020
1 parent 4eebcad commit 8290519
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 @@ -68,7 +68,7 @@ nodeWithTimeout('docker') {

void nodeWithTimeout(String label, def body) {
node(label) {
timeout(time: 40, unit: 'MINUTES') {
timeout(time: 60, unit: 'MINUTES') {
body.call()
}
}
Expand Down

0 comments on commit 8290519

Please sign in to comment.