Skip to content

Commit 0cdc858

Browse files
committed
Increase timetout to 60s
1 parent 747169b commit 0cdc858

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: 30000,
35+
timeout: 60000,
3636

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

0 commit comments

Comments
 (0)