From a65c26e806358228bdf49ac765ede5790701c3df Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 20 Feb 2023 21:35:12 +1300 Subject: [PATCH] Increase Jest timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ced80d651..225913478 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "build/*" ], "jest": { - "testTimeout": 15000, + "testTimeout": 30000, "modulePaths": [ "mode_modules", "shared",