mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: increase test timeout to 10000ms (#1652)
This commit is contained in:
parent
0b6fdc147e
commit
e6f6d19ccb
@ -52,6 +52,7 @@
|
|||||||
"jest": {
|
"jest": {
|
||||||
"automock": false,
|
"automock": false,
|
||||||
"maxWorkers": 4,
|
"maxWorkers": 4,
|
||||||
|
"testTimeout": 10000,
|
||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.tsx?$": "ts-jest"
|
"^.+\\.tsx?$": "ts-jest"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user