We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7cdc7 commit 1231550Copy full SHA for 1231550
Makefile
@@ -29,11 +29,8 @@ appchain:
29
done
30
@echo "Waiting for Bootstrapper L2 container to finish..."
31
@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
+ @echo "Waiting for Block Zero Workaround..."
+ @sleep 15
37
38
# Run the transfer scripts
39
transfer:
0 commit comments