From 5c39babf694d06fad105ed04001b289b4f676acd Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 16 Nov 2014 05:52:15 +0300 Subject: [PATCH] Attempt to fix the build --- bin/ci/before_script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ci/before_script.sh b/bin/ci/before_script.sh index ca5f541..80acb74 100755 --- a/bin/ci/before_script.sh +++ b/bin/ci/before_script.sh @@ -1,5 +1,8 @@ #!/bin/sh +# MongoDB seems to need some time to boot first. MK. +sleep 5 + # MongoDB Java driver won't run authentication twice on the same DB instance, # so we need to use multiple DBs. mongo --eval 'db.addUser("clojurewerkz/monger", "monger")' monger-test