From 6413a666ebe68cd68ba96ab66c8b04a15d05d935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Sun, 9 Feb 2025 19:34:49 +0100 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72d5e19f3d..349b60e9c8 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest": { "automock": false, "maxWorkers": 4, - "testTimeout": 10000, + "testTimeout": 20000, "globalSetup": "./scripts/jest-setup.js", "transform": { "^.+\\.tsx?$": [