Skip to content

Commit

Permalink
Increase Jenkins timeout to 60 minutes
Browse files Browse the repository at this point in the history
Should reduce the amount of timeouting builds like
https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-github/job/PR-1479/ .
  • Loading branch information
akurtakov committed Jun 27, 2024
1 parent 5162902 commit 6146de3
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
@@ -1,6 +1,6 @@
pipeline {
options {
timeout(time: 40, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
buildDiscarder(logRotator(numToKeepStr:'5'))
disableConcurrentBuilds(abortPrevious: true)
timestamps()
Expand Down

0 comments on commit 6146de3

Please sign in to comment.