Skip to content

Commit

Permalink
test: try 6 playwright workers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Jan 20, 2024
1 parent ad7e838 commit a1f8036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
forbidOnly: !!process.env.CI,

retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 4 : 8,
workers: process.env.CI ? 6 : 8,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: process.env.CI ? 'github' : 'list',
reportSlowTests: null,
Expand Down

0 comments on commit a1f8036

Please sign in to comment.