increased timeout value, some sites are sloooow

This commit is contained in:
soulgalore 2014-08-12 11:58:29 +02:00
parent 471d963672
commit 58c5d88399
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function analyzeUrl(args, asyncDoneCallback) {
var wptOptions = ({
pollResults: 10,
timeout: 500,
timeout: 600,
firstViewOnly: false,
runs: config.no,
private: true,