longer timeout for getHistory

This commit is contained in:
Matias Alejo Garcia 2017-01-04 09:31:48 -03:00
parent ee081eaf49
commit 611169d591
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ Insight.prototype.getTransactions = function(addresses, from, to, cb) {
json: {
addrs: [].concat(addresses).join(',')
},
timeout: 120000,
};
this._doRequest(args, function(err, res, txs) {