Skip to content

Commit f6fc6a0

Browse files
committed
Giving browser 5 seconds more to boot as we experienced timeouts
1 parent bd06e5c commit f6fc6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/partials/gmt-playwright-with-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

templates/partials/gmt-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)