sleep and docker logs... appears endpoint is not coming up maybe?

This commit is contained in:
Michael Shaw 2023-01-27 11:06:55 -05:00
parent c80f690c5d
commit f8889d0225

View File

@ -10,6 +10,8 @@ laconicd_rest_endpoint=http://laconicd:1317
laconicd_gql_endpoint=http://laconicd:9473/api
# Run tests
docker network inspect sdk_tests_default
sleep 30s
docker logs laconicd
docker compose exec laconicd sh -c "curl http://127.0.0.1:9473/api"
docker compose exec laconicd sh -c "curl http://localhost:9473/api"