Skip to content

Commit 4ee50c0

Browse files
committed
Increase timetout to 15s
1 parent e4563ad commit 4ee50c0

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
@@ -32,7 +32,7 @@ export default defineConfig({
3232
slowMo: parseInt(process.env.SLOW_MO || '0'),
3333
},
3434
},
35-
timeout: 10000,
35+
timeout: 15000,
3636

3737
/* Configure projects for major browsers */
3838
projects: process.env.CI

0 commit comments

Comments
 (0)