diff --git a/scripts/sync-smoke.sh b/scripts/sync-smoke.sh index e00ff52a4a..6d3f2d6586 100755 --- a/scripts/sync-smoke.sh +++ b/scripts/sync-smoke.sh @@ -11,7 +11,7 @@ chain="$@" trap "kill $CHAIN_PID" EXIT echo "Waiting for RPC to be ready" -attempts=12 # 1 minutes +attempts=12 # 1 minute until nc -z localhost 9944; do attempts=$((attempts - 1)) if [ $attempts -eq 0 ]; then