From 75a4cff31956589583e0cb9494b80dd84d1016bd Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Fri, 3 Feb 2023 13:58:09 +1300 Subject: [PATCH] Tweak Jest timeout value --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74de8cd96..d69e0385c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build/*" ], "jest": { - "testTimeout": 15000, + "testTimeout": 30000, "modulePaths": [ "mode_modules", "shared",