Browse Source

integration tests: add timeout for 2-of-2 spend

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
7e7071b185
  1. 2
      test/integration/multisig.js

2
test/integration/multisig.js

@ -20,6 +20,8 @@ describe('bitcoinjs-lib (multisig)', function() {
})
it('can spend from a 2-of-2 multsig P2SH address', function(done) {
this.timeout(20000)
var privKeys = [
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgwmaKkrx',
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgww7vXtT'

Loading…
Cancel
Save