test/integration/addresses: add missing extra timeout
This commit is contained in:
parent
fbaad04f24
commit
77bb5f9bf8
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ describe('bitcoinjs-lib (addresses)', function () {
|
|||
})
|
||||
|
||||
it('can support the retrieval of transactions for an address (via 3PBP)', function (done) {
|
||||
this.timeout(30000)
|
||||
|
||||
const keyPair = bitcoin.ECPair.makeRandom()
|
||||
const { address } = bitcoin.payments.p2pkh({ pubkey: keyPair.publicKey })
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue