tests/integration: bump timeouts to 30s each
This commit is contained in:
parent
905314384b
commit
9b473ca57b
2 changed files with 2 additions and 2 deletions
test/integration
|
@ -5,7 +5,7 @@ var blockchain = require('./_blockchain')
|
||||||
|
|
||||||
describe('bitcoinjs-lib (advanced)', function () {
|
describe('bitcoinjs-lib (advanced)', function () {
|
||||||
it('can create an OP_RETURN transaction', function (done) {
|
it('can create an OP_RETURN transaction', function (done) {
|
||||||
this.timeout(20000)
|
this.timeout(30000)
|
||||||
|
|
||||||
var network = bitcoin.networks.testnet
|
var network = bitcoin.networks.testnet
|
||||||
var keyPair = bitcoin.ECPair.makeRandom({ network: network })
|
var keyPair = bitcoin.ECPair.makeRandom({ network: network })
|
||||||
|
|
|
@ -59,7 +59,7 @@ describe('bitcoinjs-lib (crypto)', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can recover a private key from duplicate R values', function (done) {
|
it('can recover a private key from duplicate R values', function (done) {
|
||||||
this.timeout(10000)
|
this.timeout(30000)
|
||||||
|
|
||||||
var inputs = [
|
var inputs = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue