From 3013c18e13c8cdd26dcc3ab46bb53f5936e05d14 Mon Sep 17 00:00:00 2001 From: sholdee <102821812+sholdee@users.noreply.github.com> Date: Wed, 11 May 2022 14:58:02 -0500 Subject: [PATCH] Get rid of timeout Just causing problems --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71513289b..7f1132bae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,6 @@ pipeline { options { timestamps() - timeout(time: 60, unit: 'MINUTES') skipDefaultCheckout(true) }