From 522c24f5312f91a3e9e2ba4c03ab9c6ba5e102f9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 21 Jul 2016 16:21:36 -0300 Subject: [PATCH] . --- lib/blockchainexplorers/request-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blockchainexplorers/request-list.js b/lib/blockchainexplorers/request-list.js index 000f785..93fb650 100644 --- a/lib/blockchainexplorers/request-list.js +++ b/lib/blockchainexplorers/request-list.js @@ -6,7 +6,7 @@ var log = require('npmlog'); log.debug = log.verbose; -var DEFAULT_TIMEOUT= 50000; // 50 s +var DEFAULT_TIMEOUT= 60000; // 60 s /** * Query a server, using one of the given options *