Use 0.5s timeout consistently for all background scripts
This commit is contained in:
@@ -34,6 +34,9 @@ docker run --rm \
|
||||
echo "simd running on http://localhost:$TENDERMINT_PORT_HOST and logging into $SIMD_LOGFILE"
|
||||
|
||||
if [ -n "${CI:-}" ]; then
|
||||
# Give process some time to come alive. No idea why this helps. Needed for CI.
|
||||
sleep 0.5
|
||||
|
||||
# Follow the logs in CI's background job
|
||||
tail -f "$SIMD_LOGFILE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user