diff --git a/Jenkinsfile b/Jenkinsfile index 0a849ff49..36dd642b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ node('master'){ } stage("Quality Gate"){ - timeout(time: 1, unit: 'HOURS') { + timeout(time: 15, unit: 'MINUTES') { def qg = waitForQualityGate() if (qg.status != 'OK') { error "Pipeline aborted due to quality gate failure: ${qg.status}"