From f23f9bdcdb8687b4a660d3e93060cc881afda9fc Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 9 Dec 2021 00:45:56 +0500 Subject: [PATCH] test: config changes --- apps/web/playwright.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/playwright.config.js b/apps/web/playwright.config.js index 3633c2188..c5dbe4cae 100644 --- a/apps/web/playwright.config.js +++ b/apps/web/playwright.config.js @@ -40,9 +40,9 @@ module.exports = { // Each test is given 30 seconds timeout: 30000, - workers: IS_CI ? 3 : 4, + workers: IS_CI ? 3 : 8, reporter: "list", - retries: IS_CI ? 3 : 0, + retries: IS_CI ? 3 : 1, use: { headless: true, acceptDownloads: true,