aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 13:36:47 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 13:36:47 +0200
commitf89f9b0b99cf0042f601e387381c818207dfcc74 (patch)
treed467a5bfe761e40a90fc1f3489c73fee1b01be51
parent450ee3547f2f6a3b054eefd65b03a7f0b0c9c83e (diff)
Give longer flush timeout
-rw-r--r--test/loggers/file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/loggers/file.js b/test/loggers/file.js
index 98a7587..d07b5af 100644
--- a/test/loggers/file.js
+++ b/test/loggers/file.js
@@ -76,7 +76,7 @@ setTimeout(() => {
});
});
});
-}, 10); // allow for flush
+}, 100); // allow for flush
/**
* TEST: #log() - formatter
*/