Skip to content

Commit 164f739

Browse files
committed
testing reducing playwright workers
1 parent a4d04ca commit 164f739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config: PlaywrightTestConfig = {
44
forbidOnly: !!process.env.CI,
55
retries: process.env.CI ? 2 : 0,
66
timeout: 60000,
7-
workers: 5,
7+
workers: 1,
88
use: {
99
trace: 'on-first-retry',
1010
video: 'on-first-retry',

0 commit comments

Comments
 (0)