Skip to content

Commit 3839e57

Browse files
CCM-13478: Increase workers to 35
1 parent 52fe2d4 commit 3839e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/playwright/config/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
forbidOnly: !!process.env.CI,
99
retries: 0,
1010
/* Opt out of parallel tests on CI. */
11-
workers: process.env.CI ? 20 : undefined,
11+
workers: process.env.CI ? 35 : undefined,
1212
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
1313
reporter: [
1414
['line'],

0 commit comments

Comments
 (0)