Skip to content

Commit d8134f0

Browse files
committed
adds sleep before tests run to allow deployment to complete
1 parent 81d73ea commit d8134f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_integration_playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
if: steps.cache-playwright-browsers.outputs.cache-hit != 'true'
8686
run: npx playwright install --with-deps
8787

88+
- name: Initial delay 5 mins
89+
run: sleep 300
90+
8891
- name: Run tests
8992
id: run-test
9093
run: |

0 commit comments

Comments
 (0)