From 4f11077987566ed14cc5061e6974716b353dbb9a Mon Sep 17 00:00:00 2001 From: mattk70 Date: Wed, 27 Nov 2024 23:35:28 +0000 Subject: [PATCH] unset runners --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 2093e96..da7048a 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -5,7 +5,7 @@ export default defineConfig({ testDir: './test', maxFailures: 2, timeout: 60 * 1000, - workers: 4, + //workers: 4, use: { // Maximum time each action such as `click()` can take. Defaults to 0 (no limit). actionTimeout: 0,