Skip to content

Commit 6413a66

Browse files
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
1 parent 6af2da4 commit 6413a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"jest": {
8181
"automock": false,
8282
"maxWorkers": 4,
83-
"testTimeout": 10000,
83+
"testTimeout": 20000,
8484
"globalSetup": "./scripts/jest-setup.js",
8585
"transform": {
8686
"^.+\\.tsx?$": [

0 commit comments

Comments
 (0)