test: increase timeout for before all in node address regtest
This commit is contained in:
parent
9c90f05c73
commit
4d1b853fd4
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user