Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow 15 seconds to start DB
Jim Van Fleet committed Jul 13, 2017
1 parent 18a2e24 commit 3d56f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -47,7 +47,7 @@ node('docker') {

stage 'Start container'

sh 'bin/ci-run.sh'
sh 'bin/ci-run.sh && sleep 15'

stage 'Tests'

0 comments on commit 3d56f92

Please sign in to comment.