From 096144eedeb9892a8a1e35b54e521f01963cf73d Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:47:16 +0200 Subject: [PATCH] Increase timeout --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index dfc092677..436c1e6ae 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -18,7 +18,7 @@ const config: PlaywrightTestConfig = { * Maximum time expect() should wait for the condition to be met. * For example in `await expect(locator).toHaveText();` */ - timeout: 5000, + timeout: 15000, }, /* Run tests in files in parallel */ fullyParallel: true,