diff --git a/lib/node.js b/lib/node.js index 9dddf106..f9c49787 100644 --- a/lib/node.js +++ b/lib/node.js @@ -217,7 +217,6 @@ Node.prototype._startService = function(serviceInfo, callback) { }; Node.prototype._logTitle = function() { - console.log('\n\n\n\n\n\n\n\n\n\n\n\n'); if (this.configPath) { log.info('Using config:', this.configPath); } diff --git a/regtest/node.js b/regtest/node.js index c99b79f6..20f91caa 100644 --- a/regtest/node.js +++ b/regtest/node.js @@ -759,6 +759,7 @@ describe('Node Functionality', function() { }); describe('Orphaned Transactions', function() { + this.timeout(8000); var orphanedTransaction; before(function(done) {