File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ flow-prepend:
3232 note : Starting browser in background process with IPC
3333 detach : true
3434 - type : console
35- command : timeout 5 bash -c 'until [ -p "/tmp/playwright-ipc-ready" ]; do sleep 1; done && echo "Browser ready!"'
35+ command : timeout 10 bash -c 'until [ -p "/tmp/playwright-ipc-ready" ]; do sleep 1; done && echo "Browser ready!"'
3636 shell : bash
3737 note : Waiting for website stepper loop to start by monitoring rendezvous file endpoint
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ flow-prepend:
2121 note : Starting browser in background process with IPC
2222 detach : true
2323 - type : console
24- command : timeout 5 bash -c 'until [ -p "/tmp/playwright-ipc-ready" ]; do sleep 1; done && echo "Browser ready!"'
24+ command : timeout 10 bash -c 'until [ -p "/tmp/playwright-ipc-ready" ]; do sleep 1; done && echo "Browser ready!"'
2525 shell : bash
2626 note : Waiting for website stepper loop to start by monitoring rendezvous file endpoint
You can’t perform that action at this time.
0 commit comments