From d20430a7786e39c504a21f0fd43d565793611a69 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Wed, 12 Jun 2019 11:57:25 +0200 Subject: [PATCH] Bump up waiting for MongoDB from 15s to 20s I've noticed that `mongo --eval 'db.version()'` has been failing fairly regularly in the last few weeks. Hopefully that extra 5s is enough. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3186ea1c..9f760806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: before_install: - bash .install_mongodb_on_travis.sh -- sleep 15 # https://docs.travis-ci.com/user/database-setup/#MongoDB-does-not-immediately-accept-connections +- sleep 20 # https://docs.travis-ci.com/user/database-setup/#mongodb-does-not-immediately-accept-connections - mongo --eval 'db.version();' install: