Skip to content

Commit 9b473ca

Browse files
committed
tests/integration: bump timeouts to 30s each
1 parent 9053143 commit 9b473ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/advanced.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var blockchain = require('./_blockchain')
55

66
describe('bitcoinjs-lib (advanced)', function () {
77
it('can create an OP_RETURN transaction', function (done) {
8-
this.timeout(20000)
8+
this.timeout(30000)
99

1010
var network = bitcoin.networks.testnet
1111
var keyPair = bitcoin.ECPair.makeRandom({ network: network })

test/integration/crypto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('bitcoinjs-lib (crypto)', function () {
5959
})
6060

6161
it('can recover a private key from duplicate R values', function (done) {
62-
this.timeout(10000)
62+
this.timeout(30000)
6363

6464
var inputs = [
6565
{

0 commit comments

Comments
 (0)