diff --git a/Jenkinsfile b/Jenkinsfile index be0efbbb..8dc6cb1a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,10 @@ pipeline { agent any - options { disableConcurrentBuilds() } + options { + disableConcurrentBuilds() + timeout(time: 10, unit: 'MINUTES') + } stages { stage('Unit Tests') { steps {