Skip to content

Commit

Permalink
NO-ISSUE: extend setup-branch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 17, 2024
1 parent e79f1b5 commit d1237fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {

options {
timestamps()
timeout(time: 60, unit: 'MINUTES')
timeout(time: 120, unit: 'MINUTES')
}

environment {
Expand Down

0 comments on commit d1237fa

Please sign in to comment.