Skip to content

Commit 46e2ba9

Browse files
authored
fix: set getPageTimeout to 30s (#4031)
1 parent 64bdaef commit 46e2ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/Playwright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ class Playwright extends Helper {
362362
ignoreLog: ['warning', 'log'],
363363
uniqueScreenshotNames: false,
364364
manualStart: false,
365-
getPageTimeout: 0,
365+
getPageTimeout: 30000,
366366
waitForNavigation: 'load',
367367
restart: false,
368368
keepCookies: false,

0 commit comments

Comments
 (0)