We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08f749 commit d20430aCopy full SHA for d20430a
.travis.yml
@@ -39,7 +39,7 @@ matrix:
39
40
before_install:
41
- bash .install_mongodb_on_travis.sh
42
-- 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
43
- mongo --eval 'db.version();'
44
45
install:
0 commit comments