We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c298f2 commit 103aaeaCopy full SHA for 103aaea
playwright.config.ts
@@ -6,7 +6,7 @@ export default defineConfig({
6
testDir: "./tests/e2e",
7
timeout: 120_000,
8
expect: {
9
- timeout: 5_000,
+ timeout: 15_000, // Increased to allow worker thread encoding import (~10s)
10
},
11
fullyParallel: true,
12
forbidOnly: isCI,
0 commit comments