From 1c3cd6a12e2ff0eea77a7132c141f7649eb04ad5 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Thu, 4 Aug 2016 16:36:59 -0400 Subject: [PATCH] 60 seconds to wait for boot-- we should replace this --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 06d5e19..cff36c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ node('docker') { stage 'Start container' - sh 'bin/ci-run.sh' + sh 'bin/ci-run.sh && sleep 60' stage 'Tests'