Skip to content

Commit 0be793a

Browse files
committed
CCM-13476: allow more component tests to run in parallel
1 parent bd79113 commit 0be793a

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 ? 4 : undefined,
11+
workers: process.env.CI ? 8 : undefined,
1212
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
1313
reporter: [
1414
['line'],

0 commit comments

Comments
 (0)