From f183bd8ec774d3b669ce69f3952874e05d5beb94 Mon Sep 17 00:00:00 2001 From: Elnagdy Elnagdy <elnagdy.elnagdy@bmw.de> Date: Mon, 25 Nov 2024 16:27:17 +0100 Subject: [PATCH] Increase CI timeout to 4 hours --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 81846c86..f0762746 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } options { checkoutToSubdirectory('repo') - timeout(time: 2, unit: 'HOURS') + timeout(time: 4, unit: 'HOURS') } environment { IMAGE_NAME = "eclipseopenpass/ose" -- GitLab