From 4e11cf0c1f3e945c46e04a40fed18d1ec5b66b22 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Fri, 26 Mar 2021 10:07:26 +0100 Subject: [PATCH] increased timeout to 5 hrs Signed-off-by: Christian Dietrich --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2057b674fd..270ab4b7a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { options { buildDiscarder(logRotator(numToKeepStr:'5')) disableConcurrentBuilds() - timeout(time: 240, unit: 'MINUTES') + timeout(time: 300, unit: 'MINUTES') } tools {