From d0932a80c402faf92ed4c7c90aea27aeef5e844e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 4 Jan 2022 07:06:52 +0100 Subject: Jenkins: increase build timeout to 3 hours --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 174448aa..946ef50f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ pipeline { } options { disableConcurrentBuilds() - timeout(time: 150, unit: 'MINUTES') + timeout(time: 180, unit: 'MINUTES') timestamps() buildDiscarder(logRotator(numToKeepStr: '20')) } -- cgit v1.2.3