increased timeout value, some sites are sloooow
This commit is contained in:
parent
471d963672
commit
58c5d88399
|
|
@ -66,7 +66,7 @@ function analyzeUrl(args, asyncDoneCallback) {
|
|||
|
||||
var wptOptions = ({
|
||||
pollResults: 10,
|
||||
timeout: 500,
|
||||
timeout: 600,
|
||||
firstViewOnly: false,
|
||||
runs: config.no,
|
||||
private: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue