From 2fa5ff0067695a89a4408b21bf23358831edcc08 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 1 Oct 2019 11:11:58 -0400 Subject: [PATCH] TEST: increase the timeout on the linting jobs --- scripts/Jenkinsfiles/quality | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Jenkinsfiles/quality b/scripts/Jenkinsfiles/quality index bc849032e9..483020d242 100644 --- a/scripts/Jenkinsfiles/quality +++ b/scripts/Jenkinsfiles/quality @@ -45,7 +45,7 @@ pipeline { options { sendSplunkConsoleLog() timestamps() - timeout(60) + timeout(120) } stages { stage('Mark build as pending on Github') {