Restore waiting for the server to be up before launching tests. #135

Merged
telackey merged 1 commits from telackey/wait into main 2024-01-22 22:24:14 +00:00

View File

@ -17,6 +17,8 @@ cosmos_chain_id=laconic_9000-1
laconicd_rest_endpoint=http://laconicd:1317
laconicd_gql_endpoint=http://laconicd:9473/api
docker compose exec laconicd sh -c "curl --retry 10 --retry-delay 3 --retry-connrefused http://127.0.0.1:9473/api"
# Run tests
docker compose exec \
-e COSMOS_CHAIN_ID="$cosmos_chain_id" \