From 5ca196e5d2d1c1ef7c85c14a0787b1f093be9923 Mon Sep 17 00:00:00 2001 From: "Qumolama.d" Date: Sun, 8 May 2022 21:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E6=B5=8B=E8=AF=95timeout?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jest.config.mjs b/jest.config.mjs index 527e8db..2564465 100644 --- a/jest.config.mjs +++ b/jest.config.mjs @@ -4,6 +4,8 @@ */ export default { + testTimeout: 15 * 1000, + // All imported modules in your tests should be mocked automatically // automock: false,