diff --git a/server-ce/test/Jenkinsfile b/server-ce/test/Jenkinsfile index 78ba08b10d..f246f6b75e 100644 --- a/server-ce/test/Jenkinsfile +++ b/server-ce/test/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { options { timestamps() parallelsAlwaysFailFast() + timeout(time: 15, unit: 'MINUTES') } environment { diff --git a/services/web/Jenkinsfile b/services/web/Jenkinsfile index a921f3b19c..cd500e360d 100644 --- a/services/web/Jenkinsfile +++ b/services/web/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { options { timestamps() parallelsAlwaysFailFast() + timeout(time: 15, unit: 'MINUTES') } environment {