diff --git a/playwright.config.js b/playwright.config.js index 87b7f203a17..6947342ccb3 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -48,5 +48,6 @@ const config = { timeout: 120 * 1000, } : undefined, + workers: 4, }; module.exports = config;