JEST timeout

This commit is contained in:
SPRINX0\prochazka
2025-01-06 08:35:15 +01:00
parent 053ba471a6
commit 4f5bb563e8

View File

@@ -17,7 +17,7 @@
"run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local" "run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local"
}, },
"jest": { "jest": {
"testTimeout": 5000 "testTimeout": 10000
}, },
"devDependencies": { "devDependencies": {
"cross-env": "^7.0.3", "cross-env": "^7.0.3",