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
1 changed files with 1 additions and 0 deletions

View File

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