We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ac89a commit df1efbfCopy full SHA for df1efbf
examples/justfile
@@ -176,8 +176,8 @@ bulletin-solo-zombienet-start runtime="bulletin-polkadot-runtime":
176
echo $ZOMBIENET_PID > {{ PID_DIR }}/zombienet.pid
177
echo " Zombienet PID: $ZOMBIENET_PID"
178
echo " Log: /tmp/zombienet.log"
179
- echo " Waiting for chain to start (15 seconds)..."
180
- sleep 15
+ echo " Waiting for chain to start (120 seconds)..."
+ sleep 120
181
182
# Check if Docker is available and running
183
_check-docker:
0 commit comments