Skip to content

Commit

Permalink
increase timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
arias-m authored Nov 1, 2023
1 parent 9c5f6c0 commit 52dd07a
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 @@ -8,7 +8,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '3'))
timeout(time: 45, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
}

agent {
Expand Down

0 comments on commit 52dd07a

Please sign in to comment.