From: Thomas Fillon Date: Tue, 22 Mar 2016 16:48:52 +0000 (+0100) Subject: Travis: try to let docker-compose more time to start everything X-Git-Tag: 1.6b~1^2~14^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b2ded95e6dc85cbcd500a50bb3275ecbf2858e39;p=telemeta.git Travis: try to let docker-compose more time to start everything --- diff --git a/.travis.yml b/.travis.yml index f8626b8b..1a74fc51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: script: - docker-compose up -d - - sleep 20 + - sleep 60 - curl --fail --retry 10 --retry-delay 5 -v http://localhost:8000/ - docker-compose stop