mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Try some sleep
This commit is contained in:
parent
8afaed6c1e
commit
dbd02830fa
@ -51,5 +51,10 @@ docker exec "$CONTAINER_NAME" \
|
||||
|
||||
echo "rest server running on http://localhost:1317 and logging into $REST_SERVER_LOGFILE"
|
||||
|
||||
# Give REST server some time to come alive. No idea why this helps. Needed for CI.
|
||||
if [ -n "${CI:-}" ]; then
|
||||
sleep 0.5
|
||||
fi
|
||||
|
||||
# Debug rest server start
|
||||
# sleep 3 && cat "$REST_SERVER_LOGFILE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user