diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 13:36:47 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 13:36:47 +0200 |
| commit | f89f9b0b99cf0042f601e387381c818207dfcc74 (patch) | |
| tree | d467a5bfe761e40a90fc1f3489c73fee1b01be51 /test | |
| parent | 450ee3547f2f6a3b054eefd65b03a7f0b0c9c83e (diff) | |
Give longer flush timeout
Diffstat (limited to 'test')
| -rw-r--r-- | test/loggers/file.js | 2 |
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 */ |