diff --git a/playwright.config.js b/playwright.config.js index 11ce5af0..b05ea5a5 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -27,7 +27,7 @@ const config = { /* Retry on CI only */ retries: process.env.CI ? 0 : 0, /* Opt out of parallel tests on CI. */ - workers: process.env.CI ? 3 : 3, + workers: process.env.CI ? 2 : 3, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: 'html', /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */