From ada6fd91a4801747a810d6cfdc844e23ceae6273 Mon Sep 17 00:00:00 2001 From: Joe Hoyle Date: Thu, 10 Oct 2024 15:47:15 -0400 Subject: [PATCH] Longer test tiemout for everythign --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index a1214ee..e232d3a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,4 +16,5 @@ export default { moduleNameMapper: { "(.+)\\.js": "$1" }, + testTimeout: 30000, };