diff --git a/Jenkinsfile b/Jenkinsfile index b3910b2a..310ce43f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { agent any options { disableConcurrentBuilds() - timeout(time: 10, unit: 'MINUTES') + timeout(time: 20, unit: 'MINUTES') } stages { stage('Unit Tests') {