test: bump timeout in bitcoind after/before
This commit is contained in:
parent
791047c10d
commit
cceb4186d4
@ -29,7 +29,7 @@ var destKey = bitcore.PrivateKey();
|
|||||||
describe('Bitcoind Functionality', function() {
|
describe('Bitcoind Functionality', function() {
|
||||||
|
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
this.timeout(30000);
|
this.timeout(60000);
|
||||||
|
|
||||||
// Add the regtest network
|
// Add the regtest network
|
||||||
bitcore.Networks.enableRegtest();
|
bitcore.Networks.enableRegtest();
|
||||||
@ -130,7 +130,7 @@ describe('Bitcoind Functionality', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
after(function(done) {
|
after(function(done) {
|
||||||
this.timeout(20000);
|
this.timeout(60000);
|
||||||
bitcoind.node.stopping = true;
|
bitcoind.node.stopping = true;
|
||||||
bitcoind.stop(function(err, result) {
|
bitcoind.stop(function(err, result) {
|
||||||
done();
|
done();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user