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.
This commit is contained in:
Christian Georgi
2021-09-29 13:46:57 +02:00
committed by Christian Georgi
parent 0220400484
commit c4529f3cd7

View File

@@ -35,6 +35,7 @@
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",
"testTimeout": 20000,
"testMatch": [ "testMatch": [
"**/*.test.js" "**/*.test.js"
] ]