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