Skip to content

Commit

Permalink
adjust resourceTimeout setting
Browse files Browse the repository at this point in the history
  • Loading branch information
freb committed Nov 9, 2017
1 parent c701aa6 commit 592749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-screenshot.nse
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var page = require('webpage').create(),
address = system.args[1];
page.viewportSize = { width: 1024, height: 600 };
page.settings.resourceTimeout = 2000; // Allow time for slow resources
page.settings.resourceTimeout = 20000; // Allow time for slow resources
var pageTimeout = 30000;
Expand Down

0 comments on commit 592749b

Please sign in to comment.