From 5134fba1177d81d60f99f30514e81acdcbe3d220 Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Mon, 15 Jun 2020 17:31:13 +0200 Subject: [PATCH] Jenkins: increase timeout value (#43916) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b3910b2a..310ce43f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { agent any options { disableConcurrentBuilds() - timeout(time: 10, unit: 'MINUTES') + timeout(time: 20, unit: 'MINUTES') } stages { stage('Unit Tests') {