test: increase timeout and remove new lines
This commit is contained in:
parent
9bf6941fdf
commit
fd427fa128
@ -217,7 +217,6 @@ Node.prototype._startService = function(serviceInfo, callback) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Node.prototype._logTitle = function() {
|
Node.prototype._logTitle = function() {
|
||||||
console.log('\n\n\n\n\n\n\n\n\n\n\n\n');
|
|
||||||
if (this.configPath) {
|
if (this.configPath) {
|
||||||
log.info('Using config:', this.configPath);
|
log.info('Using config:', this.configPath);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -759,6 +759,7 @@ describe('Node Functionality', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('Orphaned Transactions', function() {
|
describe('Orphaned Transactions', function() {
|
||||||
|
this.timeout(8000);
|
||||||
var orphanedTransaction;
|
var orphanedTransaction;
|
||||||
|
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user