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:
committed by
Christian Georgi
parent
0220400484
commit
c4529f3cd7
@@ -35,6 +35,7 @@
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
"testTimeout": 20000,
|
||||
"testMatch": [
|
||||
"**/*.test.js"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user