From e020bb97581081ab9190d4d483184abd1c12912b Mon Sep 17 00:00:00 2001 From: zomars Date: Wed, 31 Aug 2022 11:30:05 -0600 Subject: [PATCH] Uncap local e2e testing --- tests/config/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/playwright.config.ts b/tests/config/playwright.config.ts index 9cbd9f0bf9..69d7b88e32 100644 --- a/tests/config/playwright.config.ts +++ b/tests/config/playwright.config.ts @@ -15,7 +15,7 @@ const headless = !!process.env.CI || !!process.env.PLAYWRIGHT_HEADLESS; const config: PlaywrightTestConfig = { forbidOnly: !!process.env.CI, retries: 1, - workers: headless ? os.cpus().length : 1, + workers: os.cpus().length, timeout: 60_000, maxFailures: headless ? 10 : undefined, reporter: [