Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 39282ab

Browse files
committed
chore: health check
1 parent 500f4eb commit 39282ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ kill_anvil() {
3535

3636
health_check() {
3737
local port=$1
38-
local iteration=100
38+
local iteration=1000
3939
while ! curl -s "http://127.0.0.1:$port" >/dev/null; do
4040
sleep 0.1
4141
iteration=$((iteration - 1))

0 commit comments

Comments
 (0)