Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit c4529f3

Browse files
committed
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.
1 parent 0220400 commit c4529f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"jest": {
3737
"testEnvironment": "node",
38+
"testTimeout": 20000,
3839
"testMatch": [
3940
"**/*.test.js"
4041
]

0 commit comments

Comments
 (0)