From c81ef83c18c976e15b15146ca6cf5e93a7d14ae9 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 2 Nov 2022 16:06:37 +0530 Subject: [PATCH] feat(testing): Stability --- scripts/playwright/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/playwright/playwright.config.ts b/scripts/playwright/playwright.config.ts index 786d234acd..489f74da84 100644 --- a/scripts/playwright/playwright.config.ts +++ b/scripts/playwright/playwright.config.ts @@ -19,7 +19,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: 13000 }, /* Run tests in files in parallel */ fullyParallel: true,