longer timeout for getHistory
@ -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) {