Skip to content

Commit 35a2a6b

Browse files
committed
tests/integration: increase multisig timeout
1 parent a5f1994 commit 35a2a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/multisig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('bitcoinjs-lib (multisig)', function () {
2222
})
2323

2424
it('can spend from a 2-of-4 multsig P2SH address', function (done) {
25-
this.timeout(22000)
25+
this.timeout(30000)
2626

2727
var keyPairs = [
2828
'91avARGdfge8E4tZfYLoxeJ5sGBdNJQH4kvjJoQFacbgwmaKkrx',

0 commit comments

Comments
 (0)