Skip to content

Commit

Permalink
Increase Jenkins timeout to 60 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 15, 2023
1 parent 39d0bcc commit 404a30f
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 404a30f

Please sign in to comment.