add timeout to CTLV tests
This commit is contained in:
parent
256656f766
commit
90a34ef2fe
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ const bob = bitcoin.ECPair.fromWIF('cMkopUXKWsEzAjfa1zApksGRwjVpJRB3831qM9W4gKZs
|
|||
describe('bitcoinjs-lib (transactions w/ CLTV)', function () {
|
||||
// force update MTP
|
||||
before(function (done) {
|
||||
this.timeout(30000)
|
||||
regtestUtils.mine(11, done)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue