File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -722,13 +722,13 @@ jobs:
722722 run : npx playwright install ${{ matrix.settings.browser }} --with-deps
723723
724724 - name : Playwright E2E Tests
725- run : pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
725+ run : pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 3 --workers 2
726726
727727 - name : Playwright E2E Integration Tests
728- run : pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
728+ run : pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 3 --workers 2
729729
730730 - name : Playwright E2E Qwik React Tests
731- run : pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
731+ run : pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 3 --workers 2
732732
733733 - name : Validate Create Qwik Cli
734734 if : matrix.settings.host != 'windows-latest'
You can’t perform that action at this time.
0 commit comments