Skip to content

Commit

Permalink
timeout adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
inc-man committed Nov 15, 2024
1 parent 9033ce3 commit 7d84911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
command: DEV ? 'npm run dev' : 'npm run build && npm run preview',
reuseExistingServer: true,
port: DEV ? 5173 : 4173,
timeout: 120 * 1000
timeout: 180 * 1000
},
testDir: 'e2e',
testMatch: ['**/*.e2e.ts', '**/*.spec.ts'],
Expand Down

0 comments on commit 7d84911

Please sign in to comment.