Skip to content

Commit

Permalink
Revert "fail sooner"
Browse files Browse the repository at this point in the history
This reverts commit 81211e9.
  • Loading branch information
pacocoursey committed Feb 6, 2024
1 parent de0e28d commit eb4fd0f
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: 1000,
timeout: 5000,
webServer: {
command: 'npm run dev',
url: 'http://localhost:3000',
Expand Down

0 comments on commit eb4fd0f

Please # to comment.