tests/integration: bump timeouts to 30s each
This commit is contained in:
parent
905314384b
commit
9b473ca57b
2 changed files with 2 additions and 2 deletions
test/integration
|
@ -5,7 +5,7 @@ var blockchain = require('./_blockchain')
|
|||
|
||||
describe('bitcoinjs-lib (advanced)', function () {
|
||||
it('can create an OP_RETURN transaction', function (done) {
|
||||
this.timeout(20000)
|
||||
this.timeout(30000)
|
||||
|
||||
var network = bitcoin.networks.testnet
|
||||
var keyPair = bitcoin.ECPair.makeRandom({ network: network })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue