Merge pull request #29 from braydonf/bug/integration-timeout

Increased the timeout time for integration tests
This commit is contained in:
Manuel Aráoz 2015-02-03 01:52:46 -03:00
commit 124ff170ae

View File

@ -34,7 +34,7 @@ var txHash = {
// These tests require a running bitcoind instance
describe('Integration with ' + network.name + ' bitcoind', function() {
this.timeout(5000);
this.timeout(15000);
it('handshakes', function(cb) {
var peer = new Peer('localhost', network);
peer.once('version', function(m) {