Skip to content

Commit f653840

Browse files
committed
fix: e2e issue
1 parent 482212d commit f653840

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
@@ -10,7 +10,7 @@ const config: PlaywrightTestConfig = {
1010
globalSetup: require.resolve('./e2e/global.setup.ts'),
1111
globalTeardown: require.resolve('./e2e/global.teardown.ts'),
1212
forbidOnly: !!process.env.CI,
13-
workers: process.env.CI ? 2 : 4,
13+
workers: process.env.CI ? 4 : 4,
1414
retries: 2,
1515
use: {
1616
baseURL: `http://localhost:${port}`,

0 commit comments

Comments
 (0)