Skip to content

Commit

Permalink
update amount of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 committed Aug 26, 2024
1 parent 0ab7de3 commit d04a8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = defineConfig({
forbidOnly: !!process.env.CI,
/* Retry on CI only */
retries: process.env.CI ? 2 : 0,
workers: 40,
workers: 80,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'html',
timeout: 5 * 60000,
Expand Down

0 comments on commit d04a8e6

Please sign in to comment.