File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -720,10 +720,10 @@ jobs:
720720 run : npx playwright install ${{ matrix.settings.browser }} --with-deps
721721
722722 - name : Playwright E2E Tests
723- run : pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
723+ run : pnpm run test.e2e.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 2
724724
725725 - name : Playwright E2E Integration Tests
726- run : pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
726+ run : pnpm run test.e2e.integrations.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 2
727727
728728 - name : Validate Create Qwik Cli
729729 if : matrix.settings.host != 'windows-latest'
You can’t perform that action at this time.
0 commit comments