Skip to content

Commit d531a2d

Browse files
VIA-474 AS Increase number of workers to 50%
1 parent 922799a commit d531a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
/* Retry on CI only */
3131
retries: 0,
3232
/* Opt out of parallel tests on CI. */
33-
workers: process.env.CI ? 3 : 3,
33+
workers: process.env.CI ? 3 : "50%",
3434
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
3535
reporter: process.env.CI
3636
? [

0 commit comments

Comments
 (0)