1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-23 00:16:25 +01:00

chore: tests are timing out (#9264)

## About the changes
I figured that many of our tests are timing out and we can solve this by
increasing test timeout.

This is a signal that either our tests became slower or that our query
performance got worse. On the first point it might be due to having more
migrations than before and requiring more time. The second point is
harder to validate but something to keep an eye on
This commit is contained in:
Gastón Fournier 2025-02-09 19:34:49 +01:00 committed by GitHub
parent 6af2da4a37
commit 6413a666eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@
"jest": {
"automock": false,
"maxWorkers": 4,
"testTimeout": 10000,
"testTimeout": 20000,
"globalSetup": "./scripts/jest-setup.js",
"transform": {
"^.+\\.tsx?$": [