From 8ba5d827c5e03762829f481aef424609f2949af3 Mon Sep 17 00:00:00 2001 From: sholdee <102821812+sholdee@users.noreply.github.com> Date: Wed, 11 May 2022 14:38:05 -0500 Subject: [PATCH] Increase build pipeline timeout 30min could possibly be too low in some instances --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2171cbdc6..71513289b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { options { timestamps() - timeout(time: 30, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') skipDefaultCheckout(true) }