test: longer timeout.

This commit is contained in:
Darshan
2025-11-23 11:15:21 +05:30
parent 72c434e3f5
commit 32daa359f8
+1 -1
View File
@@ -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',