diff --git a/lib/blockchainexplorers/insight.js b/lib/blockchainexplorers/insight.js index b8e7db0..6a319bb 100644 --- a/lib/blockchainexplorers/insight.js +++ b/lib/blockchainexplorers/insight.js @@ -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) {