diff --git a/Jenkinsfile b/Jenkinsfile index 91d6fc35f..20cc07f0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { options { ansiColor('xterm') timestamps() - timeout(time: 120, unit: 'MINUTES') + timeout(time: 240, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr: '10')) preserveStashes() }