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,