Skip to content

Commit c49ddcc

Browse files
increase playwright timeout (?)
1 parent d05925c commit c49ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
webServer: {
66
command: 'npm run dev',
77
url: 'http://localhost:5173',
8-
timeout: 20000,
8+
timeout: 60000,
99
reuseExistingServer: true
1010
},
1111
use: {

0 commit comments

Comments
 (0)