Skip to content

Commit

Permalink
2 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Feb 28, 2025
1 parent e1549af commit e1ee4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
video: 'on-first-retry'
},
testDir: './tests',
workers: process.env.RUN_IN_BRWOSER ? 4 : 1,
workers: process.env.RUN_IN_BRWOSER ? 2 : 1,
retries: process.env.CI ? 2 : 0,
timeout: 60_000,
expect: { timeout: 30_000 },
Expand Down

0 comments on commit e1ee4e6

Please sign in to comment.