From ca2b119e3b44ec9dcf8973d7c363abf7369508b9 Mon Sep 17 00:00:00 2001 From: Jaivardhan Kumar Date: Tue, 16 Jan 2024 22:45:15 +0530 Subject: [PATCH] chore: updates jest timeout (#1070) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0174e19094..c72897acff 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "*.{js,jsx,ts,tsx,mjs,cjs}": "turbo run lint:fix --" }, "jest": { - "testTimeout": 15000 + "testTimeout": 25000 }, "release": { "branches": "main",