From f49f09793757a3ea8226947e0f2254831a2d9451 Mon Sep 17 00:00:00 2001 From: Michael Youngstrom Date: Mon, 28 Jan 2019 13:10:04 -0500 Subject: [PATCH] Bump timeout for bokchoy --- scripts/Jenkinsfiles/bokchoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Jenkinsfiles/bokchoy b/scripts/Jenkinsfiles/bokchoy index 543d721cf2..0255dd6e11 100644 --- a/scripts/Jenkinsfiles/bokchoy +++ b/scripts/Jenkinsfiles/bokchoy @@ -29,7 +29,7 @@ pipeline { agent { label "jenkins-worker" } options { timestamps() - timeout(60) + timeout(75) } stages { stage('Mark build as pending on Github') {