Skip to content

Commit b862ef5

Browse files
committed
faster
1 parent 3b143f5 commit b862ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default defineConfig({
8989
/* Retry on CI only */
9090
retries: process.env.CI ? 2 : 0,
9191
/* Opt out of parallel tests on CI. */
92-
workers: process.env.CI ? 1 : undefined,
92+
workers: process.env.CI ? 2 : undefined,
9393
reporter: 'html',
9494
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
9595
webServer: {

0 commit comments

Comments
 (0)