From 6ef7cd17dd228d084723041b01c2dbcfef0e4980 Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Fri, 20 Oct 2023 13:28:07 +0100 Subject: [PATCH] Increase Jenkins timeout --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6678fa5c7..8a4e886b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { } options { - timeout(time: 120, unit: 'MINUTES') + timeout(time: 150, unit: 'MINUTES') timestamps() buildDiscarder(logRotator(numToKeepStr: '100', daysToKeepStr: '61')) }