From aab9585a14204f5cba3e1e3544ca2898e92a9747 Mon Sep 17 00:00:00 2001 From: alexeh Date: Sat, 23 Nov 2024 08:08:15 +0100 Subject: [PATCH] increase client server timeout for e2e tests --- e2e/playwright.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/playwright.config.ts b/e2e/playwright.config.ts index 2c383973..e918884a 100644 --- a/e2e/playwright.config.ts +++ b/e2e/playwright.config.ts @@ -27,8 +27,9 @@ export default defineConfig({ env: { NEXTAUTH_URL: APP_URL, NEXT_PUBLIC_API_URL: API_URL, - NEXTAUTH_SECRET: "WAzjpS46vFxp17TsRDU3FXo+TF0vrfy6uhCXwGMBUE8=" - } + NEXTAUTH_SECRET: "WAzjpS46vFxp17TsRDU3FXo+TF0vrfy6uhCXwGMBUE8=", + }, + timeout: 100000, }, ], testDir: "./tests", @@ -48,7 +49,6 @@ export default defineConfig({ baseURL: APP_URL, /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", - }, /* Configure projects for major browsers */ projects: [