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 | 0bc20e0b855fa410c70ed6f62376ee5e7fb36c81 (patch) | |
| tree | b3137b75b36fdfe49e1f96c2b68069202461271d /test/loggers/file.js | |
| parent | a19a990d7ab1af30e4045f24871ebd1b7daf3d6f (diff) | |
Give longer flush timeout
Diffstat (limited to 'test/loggers/file.js')
| -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 */ |