Merge pull request #29 from braydonf/bug/integration-timeout
Increased the timeout time for integration tests
This commit is contained in:
commit
124ff170ae
@ -34,7 +34,7 @@ var txHash = {
|
|||||||
// These tests require a running bitcoind instance
|
// These tests require a running bitcoind instance
|
||||||
describe('Integration with ' + network.name + ' bitcoind', function() {
|
describe('Integration with ' + network.name + ' bitcoind', function() {
|
||||||
|
|
||||||
this.timeout(5000);
|
this.timeout(15000);
|
||||||
it('handshakes', function(cb) {
|
it('handshakes', function(cb) {
|
||||||
var peer = new Peer('localhost', network);
|
var peer = new Peer('localhost', network);
|
||||||
peer.once('version', function(m) {
|
peer.once('version', function(m) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user