From c4529f3cd7967dbab75a1adff723d4e52f8818b2 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Wed, 29 Sep 2021 13:46:57 +0200 Subject: [PATCH] Increase test timeout At least on slower machines or when file system caches are not filled, the default 5000 ms are not enough for the tests to finish. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0774ec77..f7821d41 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ }, "jest": { "testEnvironment": "node", + "testTimeout": 20000, "testMatch": [ "**/*.test.js" ]