Skip to content

Commit

Permalink
Increase timeout to 2 hours
Browse files Browse the repository at this point in the history
The build itself doesn't take this long, but it can take a significant amount
of time to find a node to be executed.
  • Loading branch information
sghill authored Apr 16, 2019
1 parent ef4adc4 commit c8140c4
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 @@ -51,6 +51,6 @@ for (int i = 0; i < platforms.size(); ++i) {
}
}

timeout(60) {
timeout(120) {
parallel(tasks)
}

0 comments on commit c8140c4

Please sign in to comment.