From 6a1e153935e50a84e605c9634dafc6ef8007e5e4 Mon Sep 17 00:00:00 2001 From: Rene Pfeuffer Date: Fri, 31 Jan 2020 13:30:15 +0100 Subject: [PATCH] Increase timeout --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d89a945e6e..6ad4f7d459 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ node('docker') { ]) ]) - timeout(activity: true, time: 30, unit: 'MINUTES') { + timeout(activity: true, time: 40, unit: 'MINUTES') { catchError {