diff --git a/Jenkinsfile b/Jenkinsfile index 86617299e4a..1ded9318239 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { options { - timeout(time: 40, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr:'5')) disableConcurrentBuilds(abortPrevious: true) timestamps()