From 38f06da2873119310e1c83beb90dd3958c99a517 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 15 Sep 2019 11:17:37 +0200 Subject: Jenkins: set timeout to 90 minutes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6d0c87b8..c4993982 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,7 +84,7 @@ setDescription() pipeline { options { disableConcurrentBuilds() - timeout(time: 4, unit: 'HOURS') + timeout(time: 90, unit: 'MINUTES') parallelsAlwaysFailFast() } triggers { -- cgit v1.2.3