Skip to content

Commit

Permalink
increase client server timeout for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 23, 2024
1 parent 232d35a commit aab9585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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: [
Expand Down

0 comments on commit aab9585

Please sign in to comment.