From f2112a02ed89240b7bcc3907d51dc52882aed79d Mon Sep 17 00:00:00 2001 From: Michalina Graczyk Date: Mon, 14 Oct 2024 13:20:49 +0200 Subject: [PATCH] Changes worker to 1 --- playwright.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 4357dbbae11..ef57f92fcfc 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -4,7 +4,8 @@ import dotenv from "dotenv"; dotenv.config(); const env = process.env; -const DEFAULT_WORKERS = "2"; +const DEFAULT_WORKERS = "1"; + // const DEFAULT_RETRIES = "1"; export default defineConfig({