Skip to content

Commit

Permalink
fix(test): increase build wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed May 20, 2024
1 parent 00a5c67 commit 4612d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default defineConfig({
},
{
command: "pnpm build && pnpm start",
timeout: 120_000,
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
env: {
Expand Down

0 comments on commit 4612d91

Please sign in to comment.