From 185d7d117758545315954b820936e36fe9ad868a Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 23 Oct 2025 14:13:50 +0200 Subject: [PATCH] CI test --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 8dfcb8e7..dd7b1e76 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -81,6 +81,7 @@ export default defineConfig({ url: baseURL, reuseExistingServer: !process.env.CI, ignoreHTTPSErrors: true, + timeout: 240000, gracefulShutdown: { signal: "SIGTERM", timeout: 500,