From 65458bfaff68cc0ecaff318f27735450fb3c02c5 Mon Sep 17 00:00:00 2001 From: Michalina Graczyk Date: Tue, 15 Oct 2024 12:57:48 +0200 Subject: [PATCH] Changed default workers to 2 --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 45b190bad2..69fee04654 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -4,7 +4,7 @@ import dotenv from "dotenv"; dotenv.config(); const env = process.env; -const DEFAULT_WORKERS = "1"; +const DEFAULT_WORKERS = "2"; // const DEFAULT_RETRIES = "1";