We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656a029 commit 489d28bCopy full SHA for 489d28b
1 file changed
playwright.config.ts
@@ -32,7 +32,8 @@ export default defineConfig({
32
url: "http://localhost:8080",
33
// Always start fresh servers to avoid stale state issues
34
reuseExistingServer: false,
35
- timeout: 120000,
+ // 3 minutes to allow uv to download Python dependencies on first run
36
+ timeout: 180000,
37
},
38
// Snapshot configuration
39
expect: {
0 commit comments