From 556503448641383e64f5b7064ee97cc762b0efc0 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 21 Mar 2025 08:38:28 -0400 Subject: [PATCH] Revert "Double test timeout (#8696)" (#8738) This reverts commit 7c41c1360b2c17fdd6308d98f5d4aed44aa6b0a5. --- .jestconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jestconfig.json b/.jestconfig.json index c63342864f..c45e43e75e 100644 --- a/.jestconfig.json +++ b/.jestconfig.json @@ -14,8 +14,7 @@ "setupFilesAfterEnv": ["/server/test/setup.ts"], "globalSetup": "/server/test/globalSetup.js", "globalTeardown": "/server/test/globalTeardown.js", - "testEnvironment": "node", - "testTimeout": 10000 + "testEnvironment": "node" }, { "displayName": "app",