From df20c590d34ac6e487dfa4533e411264752a4bba Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 31 Jan 2025 19:13:23 +0300 Subject: [PATCH] increase timeout --- client/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/playwright.config.ts b/client/playwright.config.ts index e6f066b1..763e9e70 100644 --- a/client/playwright.config.ts +++ b/client/playwright.config.ts @@ -76,6 +76,6 @@ export default defineConfig({ url: 'http://127.0.0.1:3000', cwd: '..', reuseExistingServer: !process.env.CI, - timeout: 5000, + timeout: 15000, }, });