Skip to content

Commit d20430a

Browse files
committed
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.
1 parent f08f749 commit d20430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ matrix:
3939

4040
before_install:
4141
- bash .install_mongodb_on_travis.sh
42-
- sleep 15 # https://docs.travis-ci.com/user/database-setup/#MongoDB-does-not-immediately-accept-connections
42+
- sleep 20 # https://docs.travis-ci.com/user/database-setup/#mongodb-does-not-immediately-accept-connections
4343
- mongo --eval 'db.version();'
4444

4545
install:

0 commit comments

Comments
 (0)