From 611169d5915edeb9ccc765b2de209a8a9ad00482 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 4 Jan 2017 09:31:48 -0300 Subject: [PATCH] longer timeout for getHistory --- lib/blockchainexplorers/insight.js | 1 + 1 file changed, 1 insertion(+) 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) {