test: increase timeout for before all in node address regtest

This commit is contained in:
Braydon Fuller 2016-05-24 13:36:04 -04:00
parent 9c90f05c73
commit 4d1b853fd4

View File

@ -147,6 +147,7 @@ describe('Node Functionality', function() {
var address; var address;
var unspentOutput; var unspentOutput;
before(function(done) { before(function(done) {
this.timeout(10000);
address = testKey.toAddress(regtest).toString(); address = testKey.toAddress(regtest).toString();
var startHeight = node.services.bitcoind.height; var startHeight = node.services.bitcoind.height;
node.services.bitcoind.on('tip', function(height) { node.services.bitcoind.on('tip', function(height) {