From 8982f09bc91577c30623ecd14fb5892fa41879bf Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 4 May 2022 19:28:11 +0200 Subject: Jenkins: increase build timeout 3h -> 4h for large FW configuration --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 405b6c7b..0e8ca036 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ pipeline { } options { disableConcurrentBuilds() - timeout(time: 180, unit: 'MINUTES') + timeout(time: 240, unit: 'MINUTES') timestamps() buildDiscarder(logRotator(numToKeepStr: '20')) } -- cgit v1.2.3