From f3d31d0b14dba643f95e4a0ecd1f71cccbf3ea9b Mon Sep 17 00:00:00 2001 From: Rory Doak Date: Wed, 27 Nov 2024 09:34:41 +0000 Subject: [PATCH] revert playwright config change --- e2e/tests/ui-driven/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/ui-driven/playwright.config.ts b/e2e/tests/ui-driven/playwright.config.ts index 2fe1fae19a..349006dbe1 100644 --- a/e2e/tests/ui-driven/playwright.config.ts +++ b/e2e/tests/ui-driven/playwright.config.ts @@ -14,7 +14,7 @@ dotenv.config({ path: "../../../.env" }); const config: PlaywrightTestConfig = { testDir: "src", /* Maximum time one test can run for. */ - timeout: 100 * 1000, + timeout: 45 * 1000, expect: { /** * Maximum time expect() should wait for the condition to be met.