Skip to content

Commit f198e13

Browse files
committed
Temporarily increase playwright timeout
1 parent 47781c7 commit f198e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
{
3131
name: 'chromium',
3232
use: { ...devices['Desktop Chrome'] },
33-
timeout: 15000,
33+
timeout: 25000,
3434
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
3535
},
3636

0 commit comments

Comments
 (0)