From 10477b0c46b7327fb5d9f8478af003ecfd0b3b6d Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 5 Aug 2025 20:18:54 +0200 Subject: [PATCH] timeout$ --- apps/login/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/login/playwright.config.ts b/apps/login/playwright.config.ts index 3dbe1b924b..aded581564 100644 --- a/apps/login/playwright.config.ts +++ b/apps/login/playwright.config.ts @@ -15,7 +15,7 @@ export default defineConfig({ // expect: { // timeout: 10_000, // 10 seconds // }, -// timeout: 300 * 1000, // 5 minutes + timeout: 60_000, // 1 minute // globalTimeout: 30 * 60_000, // 30 minutes /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: [