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