test/integration/addresses: add missing extra timeout

This commit is contained in:
Daniel Cousens 2018-08-21 18:09:20 +10:00
parent fbaad04f24
commit 77bb5f9bf8

View file

@ -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 })