From 55ecde04b071c8bc9ddee97db26d437487b8dbbe Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 24 Dec 2025 11:37:27 +0000 Subject: [PATCH] Update playwright.config.ts --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 30f17cbc8..e30cb9c20 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -37,6 +37,6 @@ export default defineConfig({ command: 'npm run dev', url: 'http://localhost:5173', reuseExistingServer: !process.env.CI, - timeout: 120 * 1000, + timeout: 300 * 1000, }, });