From eb415892ecc4416ba4ea1b3a53ca04e433347c27 Mon Sep 17 00:00:00 2001 From: sahejkm Date: Fri, 31 May 2024 23:11:09 +0800 Subject: [PATCH] try increasing the playwright workers to 4 and test --- playwright.config.js | 1 + 1 file changed, 1 insertion(+) 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;