test: increase timeout for check synced test
This commit is contained in:
parent
3e2492e6d4
commit
2015514e78
@ -814,7 +814,7 @@ describe('Bitcoin Service', function() {
|
|||||||
bitcoind._updateTip.callCount.should.equal(10);
|
bitcoind._updateTip.callCount.should.equal(10);
|
||||||
bitcoind._subscribeZmqEvents.callCount.should.equal(1);
|
bitcoind._subscribeZmqEvents.callCount.should.equal(1);
|
||||||
done();
|
done();
|
||||||
}, 40);
|
}, 200);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user