From 061e2221847ecbe6edd6fc863ca30a8978d39b5c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 1 Dec 2016 16:26:44 -0300 Subject: [PATCH] modify httprequest timeout --- angular-bitcore-wallet-client/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/angular-bitcore-wallet-client/index.js b/angular-bitcore-wallet-client/index.js index a7d0c09d6..0765b6df0 100644 --- a/angular-bitcore-wallet-client/index.js +++ b/angular-bitcore-wallet-client/index.js @@ -36,6 +36,7 @@ bwcModule.provider("bwcService", function() { var bwc = new Client({ baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api', verbose: opts.verbose, + timeout: 100000, transports: ['polling'], }); if (walletData)