From afda5d35f3487e929d716dfbb4a45b4f84b6e828 Mon Sep 17 00:00:00 2001 From: 49lf Date: Thu, 12 Dec 2024 11:51:22 -0500 Subject: [PATCH] Lower it further, we need to think about the others --- playwright.electron.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.electron.config.ts b/playwright.electron.config.ts index 54cc2242a..9814f10eb 100644 --- a/playwright.electron.config.ts +++ b/playwright.electron.config.ts @@ -13,7 +13,7 @@ export default defineConfig({ /* Do not retry */ retries: 0, /* Different amount of parallelism on CI and local. */ - workers: 16, + workers: 8, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: [ ['dot'],