1 timeout to rule them all

This commit is contained in:
Daniel Cousens 2018-08-21 18:11:35 +10:00
parent 77bb5f9bf8
commit ad6fa57a6d
7 changed files with 1 additions and 35 deletions
test/integration

View file

@ -43,8 +43,6 @@ function buildAndSign (depends, prevOutput, redeemScript, witnessScript, done) {
if (!output) throw new TypeError('Missing output')
describe('bitcoinjs-lib (payments - ' + k + ')', function () {
this.timeout(30000)
it('can broadcast as an output, and be spent as an input', (done) => {
buildAndSign(depends, output, null, null, done)
})