Skip to content

Commit

Permalink
fail sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
pacocoursey committed Jan 30, 2024
1 parent 1a7378c commit 81211e9
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 @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = {
trace: 'on-first-retry',
baseURL: 'http://localhost:3000',
},
timeout: 5000,
timeout: 1000,
webServer: {
command: 'npm run dev',
url: 'http://localhost:3000',
Expand Down

0 comments on commit 81211e9

Please sign in to comment.