From fd427fa128e3da66f8b096d9124d6287dc2e7309 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 8 Apr 2016 14:49:58 -0400 Subject: [PATCH] test: increase timeout and remove new lines --- lib/node.js | 1 - regtest/node.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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) {