diff --git a/scripts/tendermint/start.sh b/scripts/tendermint/start.sh index a1952697..c863f92a 100755 --- a/scripts/tendermint/start.sh +++ b/scripts/tendermint/start.sh @@ -46,6 +46,7 @@ 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 "$LOGFILE" + # Debug start + sleep 3 + cat "$LOGFILE" fi