Skip to content

Commit eb4fd0f

Browse files
committed
Revert "fail sooner"
This reverts commit 81211e9.
1 parent de0e28d commit eb4fd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = {
99
trace: 'on-first-retry',
1010
baseURL: 'http://localhost:3000',
1111
},
12-
timeout: 1000,
12+
timeout: 5000,
1313
webServer: {
1414
command: 'npm run dev',
1515
url: 'http://localhost:3000',

0 commit comments

Comments
 (0)