1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-23 10:35:29 +03:00

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
This commit is contained in:
Anatoli Babenia 2020-07-29 20:37:45 +03:00
parent 06d8fa7fbd
commit 3905047d62

View File

@ -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