From c77dc715e1e6ac7a8daf18b9fe56ceb0efe664e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Thu, 30 May 2024 19:50:40 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 63dd1fe..23eb381 100644 --- a/jest.config.js +++ b/jest.config.js @@ -39,7 +39,7 @@ function parseDescribes() { }; module.exports = { - testTimeout: 10000, + testTimeout: 20000, reporters: [ 'default' ], -- GitLab