1
0
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:
Fredrik Strand Oseberg 2022-06-01 15:02:01 +02:00 committed by GitHub
parent 0b6fdc147e
commit e6f6d19ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@
"jest": { "jest": {
"automock": false, "automock": false,
"maxWorkers": 4, "maxWorkers": 4,
"testTimeout": 10000,
"transform": { "transform": {
"^.+\\.tsx?$": "ts-jest" "^.+\\.tsx?$": "ts-jest"
}, },