From 9f9831ffb8f39eb693dcfc78b176eab39feaefae Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 21 May 2018 07:51:28 +1000 Subject: [PATCH] chore: bump up timeout for multi-file timeout test --- test/tap/multi-file-appender-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {