test: increase timeout and remove new lines

This commit is contained in:
Braydon Fuller 2016-04-08 14:49:58 -04:00
parent 9bf6941fdf
commit fd427fa128
2 changed files with 1 additions and 1 deletions

View File

@ -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);
}

View File

@ -759,6 +759,7 @@ describe('Node Functionality', function() {
});
describe('Orphaned Transactions', function() {
this.timeout(8000);
var orphanedTransaction;
before(function(done) {