Increase docker-compose up wait time in travis

This commit is contained in:
Pan Luo 2017-03-25 23:51:05 -07:00
parent b252e9fed1
commit d6eeccd422
No known key found for this signature in database
GPG Key ID: AD11D35AAC25FB6A

View File

@ -9,7 +9,7 @@ before_install:
install:
- eval $BUILD
- sleep 10
- sleep 30
env:
- BUILD="docker-compose up -d"