Skip to content

Commit

Permalink
integration tests: add timeout for 2-of-2 spend
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Nov 25, 2014
1 parent 37a1c93 commit 8959a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/multisig.js
Expand Up @@ -20,6 +20,8 @@ describe('bitcoinjs-lib (multisig)', function() {
})

it('can spend from a 2-of-2 multsig P2SH address', function(done) {
this.timetout(20000)

var privKeys = [
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgwmaKkrx',
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgww7vXtT'
Expand Down

0 comments on commit 8959a47

Please sign in to comment.