diff --git a/regtest/cluster.js b/regtest/cluster.js index 51a6e573..ddeb7429 100644 --- a/regtest/cluster.js +++ b/regtest/cluster.js @@ -52,7 +52,7 @@ describe('Bitcoin Cluster', function() { before(function(done) { log.info('Starting 3 bitcoind daemons'); - this.timeout(20000); + this.timeout(60000); async.each(nodesConf, function(nodeConf, next) { var opts = [ '--regtest', diff --git a/regtest/data/node1/bitcoin.conf b/regtest/data/node1/bitcoin.conf index 19bbf70a..54ed2aec 100644 --- a/regtest/data/node1/bitcoin.conf +++ b/regtest/data/node1/bitcoin.conf @@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30611 rpcallowip=127.0.0.1 rpcuser=bitcoin rpcpassword=local321 +keypool=3 diff --git a/regtest/data/node2/bitcoin.conf b/regtest/data/node2/bitcoin.conf index 9e08fe9a..bcd09fe6 100644 --- a/regtest/data/node2/bitcoin.conf +++ b/regtest/data/node2/bitcoin.conf @@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30622 rpcallowip=127.0.0.1 rpcuser=bitcoin rpcpassword=local321 +keypool=3 diff --git a/regtest/data/node3/bitcoin.conf b/regtest/data/node3/bitcoin.conf index 954b0892..8be13ef3 100644 --- a/regtest/data/node3/bitcoin.conf +++ b/regtest/data/node3/bitcoin.conf @@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30633 rpcallowip=127.0.0.1 rpcuser=bitcoin rpcpassword=local321 +keypool=3