diff --git a/test/tap/multi-file-appender-test.js b/test/tap/multi-file-appender-test.js index f94a230..8b4826d 100644 --- a/test/tap/multi-file-appender-test.js +++ b/test/tap/multi-file-appender-test.js @@ -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) => {