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