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 47781c7 commit f198e13Copy full SHA for f198e13
playwright.config.ts
@@ -30,7 +30,7 @@ export default defineConfig({
30
{
31
name: 'chromium',
32
use: { ...devices['Desktop Chrome'] },
33
- timeout: 15000,
+ timeout: 25000,
34
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
35
},
36
0 commit comments