From 3905047d6275bbc796dc95d09515a8e16a3186a3 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 29 Jul 2020 20:37:45 +0300 Subject: [PATCH] Wait 3 seconds to let server to start Because `docker-compose` is not capable of checking open ports https://github.com/docker/compose/issues/374 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0b89cc3..c4aa379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,6 @@ before_install: - docker images script: + - sleep 3 - curl http://localhost:8002 - CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh