test: increase timeout for cluster test and decrease keypool
resolves issues when the keypool takes time to fill
This commit is contained in:
parent
e24a9c96ae
commit
0387c1a6e4
@ -52,7 +52,7 @@ describe('Bitcoin Cluster', function() {
|
|||||||
|
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
log.info('Starting 3 bitcoind daemons');
|
log.info('Starting 3 bitcoind daemons');
|
||||||
this.timeout(20000);
|
this.timeout(60000);
|
||||||
async.each(nodesConf, function(nodeConf, next) {
|
async.each(nodesConf, function(nodeConf, next) {
|
||||||
var opts = [
|
var opts = [
|
||||||
'--regtest',
|
'--regtest',
|
||||||
|
|||||||
@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30611
|
|||||||
rpcallowip=127.0.0.1
|
rpcallowip=127.0.0.1
|
||||||
rpcuser=bitcoin
|
rpcuser=bitcoin
|
||||||
rpcpassword=local321
|
rpcpassword=local321
|
||||||
|
keypool=3
|
||||||
|
|||||||
@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30622
|
|||||||
rpcallowip=127.0.0.1
|
rpcallowip=127.0.0.1
|
||||||
rpcuser=bitcoin
|
rpcuser=bitcoin
|
||||||
rpcpassword=local321
|
rpcpassword=local321
|
||||||
|
keypool=3
|
||||||
|
|||||||
@ -13,3 +13,4 @@ zmqpubhashblock=tcp://127.0.0.1:30633
|
|||||||
rpcallowip=127.0.0.1
|
rpcallowip=127.0.0.1
|
||||||
rpcuser=bitcoin
|
rpcuser=bitcoin
|
||||||
rpcpassword=local321
|
rpcpassword=local321
|
||||||
|
keypool=3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user