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 e4563ad commit 4ee50c0Copy full SHA for 4ee50c0
playwright.config.ts
@@ -32,7 +32,7 @@ export default defineConfig({
32
slowMo: parseInt(process.env.SLOW_MO || '0'),
33
},
34
35
- timeout: 10000,
+ timeout: 15000,
36
37
/* Configure projects for major browsers */
38
projects: process.env.CI
0 commit comments