Skip to content

Commit 73982c9

Browse files
committed
Add global Playwright timeout
Otherwise it will exceed the Actions timeout and get rudely killed without any output.
1 parent 7c2c7d7 commit 73982c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ jobs:
499499
./test/node_modules/.bin/playwright install
500500
501501
- name: Run end-to-end tests
502-
run: yarn test:e2e
502+
run: yarn test:e2e --global-timeout 840000
503503

504504
- name: Upload test artifacts
505505
if: always()

0 commit comments

Comments
 (0)