Skip to content

Commit afb5c40

Browse files
authored
chore: set workers explicitly in playwright (#2641)
1 parent 09118a2 commit afb5c40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/browser/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default {
99
],
1010
timeout: 10_000,
1111
retries: process.env.CI ? 1 : undefined,
12+
workers: process.env.CI ? 3 : undefined,
1213
use: {
1314
trace: 'on-first-retry',
1415
launchOptions: {

0 commit comments

Comments
 (0)