Increased phantomjs timeout to 120 seconds per resource

This commit is contained in:
fbsanchez 2020-12-15 14:33:40 +01:00
parent fcb7d36146
commit 58338c5cb3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ page.zoomFactor = 1;
page.settings.userAgent =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36";
page.settings.resourceTimeout = 2000;
page.settings.resourceTimeout = 120000;
page.settings.localToRemoteUrlAccessEnabled = true;
page.onConsoleMessage = function(msg) {