From e1aaa5d919855d249ec46f7d86cc1a7dd8c8f589 Mon Sep 17 00:00:00 2001 From: sverben <59171289+sverben@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:55:26 +0200 Subject: [PATCH] fix: more time? --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 64fc0dcb..957882f7 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -63,5 +63,6 @@ export default defineConfig({ command: "yarn start", url: "http://localhost:4200/", reuseExistingServer: !process.env.CI, + timeout: 120 * 1000, }, });