chore: bump up timeout for multi-file timeout test

This commit is contained in:
Gareth Jones 2018-05-21 07:51:28 +10:00
parent bd818b325c
commit 9f9831ffb8

View File

@ -81,7 +81,7 @@ test('multiFile appender', (batch) => {
}
process.stderr.write = originalWrite;
t.end();
}, 30);
}, 50);
});
batch.test('should fail silently if loggingEvent property has no value', (t) => {