We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05925c commit c49ddccCopy full SHA for c49ddcc
playwright.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
webServer: {
6
command: 'npm run dev',
7
url: 'http://localhost:5173',
8
- timeout: 20000,
+ timeout: 60000,
9
reuseExistingServer: true
10
},
11
use: {
0 commit comments