test: increase timeout for cluster test and decrease keypool

resolves issues when the keypool takes time to fill
This commit is contained in:
Braydon Fuller 2016-05-10 11:47:31 -04:00
parent e24a9c96ae
commit 0387c1a6e4
4 changed files with 4 additions and 1 deletions

View File

@ -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',

View File

@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30611
rpcallowip=127.0.0.1
rpcuser=bitcoin
rpcpassword=local321
keypool=3

View File

@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30622
rpcallowip=127.0.0.1
rpcuser=bitcoin
rpcpassword=local321
keypool=3

View File

@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30633
rpcallowip=127.0.0.1
rpcuser=bitcoin
rpcpassword=local321
keypool=3