mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Increased phantomjs timeout to 120 seconds per resource
This commit is contained in:
parent
fcb7d36146
commit
58338c5cb3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user