From 5f05bdb4f78a92f05e83edd59ce7b1f3e03f4068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Wed, 3 Jul 2024 16:48:44 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E8=B0=83=E5=A4=A7=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 23eb381..6321a72 100644 --- a/jest.config.js +++ b/jest.config.js @@ -39,7 +39,7 @@ function parseDescribes() { }; module.exports = { - testTimeout: 20000, + testTimeout: 60000, reporters: [ 'default' ], -- GitLab