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 *