Skip to content

Commit

Permalink
fix: backend jenkins quality gate timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
annleefores committed Nov 27, 2023
1 parent e2e684d commit 660f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {

stage('quality gate') {
steps{
timeout(time: 5, unit: 'MINUTES') {
timeout(time: 6, unit: 'MINUTES') {
waitForQualityGate abortPipeline: true
}
}
Expand Down

0 comments on commit 660f0fb

Please sign in to comment.