diff --git a/Jenkinsfile b/Jenkinsfile index be7e3d1af0..2f270c4333 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent none options { buildDiscarder(logRotator(numToKeepStr: '10')) - timeout(time: 20, unit: 'MINUTES') + timeout(time: 30, unit: 'MINUTES') timestamps() } stages {