Skip to content

Commit

Permalink
incresed timeout for jenkins to 50mins, modsecurity is totally integr…
Browse files Browse the repository at this point in the history
…ated now
  • Loading branch information
Krocodial committed Jun 6, 2019
1 parent a6ea2f3 commit 759f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -227,7 +227,7 @@ pipeline {

agent any
options {
timeout(time: 40, unit: 'MINUTES')
timeout(time: 50, unit: 'MINUTES')
}
stages {
stage('preamble & sweeping floor') {
Expand Down

0 comments on commit 759f43f

Please sign in to comment.