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