aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 01:43:49 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-21 01:43:49 +0200
commita19a990d7ab1af30e4045f24871ebd1b7daf3d6f (patch)
tree847428cac4dfca62195770c10e54a2ce23b6393f /test
parent6d04afffcaa63ad9326db360bc3abedcedfd6c7e (diff)
Add larger timeout for file
Diffstat (limited to 'test')
-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 5e73d82..98a7587 100644
--- a/test/loggers/file.js
+++ b/test/loggers/file.js
@@ -103,4 +103,4 @@ setTimeout(() => {
});
});
});
-}, 10);
+}, 100);