Skip to content

Commit 1231550

Browse files
committed
fixup! fixup! fix: wait for workaround for appchain
1 parent dc7cdc7 commit 1231550

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ appchain:
2929
done
3030
@echo "Waiting for Bootstrapper L2 container to finish..."
3131
@docker wait bootstrapper_l2
32-
@until [ "$$(docker inspect -f "{{.State.Running}}" snos_block_zero_workaround-1 2>/dev/null)" = "true" ]; do \
33-
echo "Waiting for Block Zero Workaround..."; \
34-
sleep 5; \
35-
done
36-
@docker wait snos_block_zero_workaround-1
32+
@echo "Waiting for Block Zero Workaround..."
33+
@sleep 15
3734

3835
# Run the transfer scripts
3936
transfer:

0 commit comments

Comments
 (0)