diff --git a/playwright.config.js b/playwright.config.js index f4a7a7da95..aa974d0189 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -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,