1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02: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
+1
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