summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 11eaa6f5..68f64daa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,8 +97,7 @@ node('Docker') {
pipeline {
options {
disableConcurrentBuilds()
- timeout(time: 120, unit: 'MINUTES')
- parallelsAlwaysFailFast()
+ timeout(time: 150, unit: 'MINUTES')
timestamps()
buildDiscarder(logRotator(numToKeepStr: '20'))
}