From 32daa359f847843c4f3680f83b03e796a462bbf6 Mon Sep 17 00:00:00 2001 From: Darshan Date: Sun, 23 Nov 2025 11:15:21 +0530 Subject: [PATCH] test: longer timeout. --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 928837b5e..2c3c17fae 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -11,7 +11,7 @@ const config: PlaywrightTestConfig = { trace: 'on-first-retry' }, webServer: { - timeout: 120000, + timeout: 180000, env: { PUBLIC_CONSOLE_PROFILE: 'console', PUBLIC_AI_SERVICE_BASE_URL: 'http://appwrite.test/v1',