From 755a17eb847d2762d24038e6d7bf156f96a2c799 Mon Sep 17 00:00:00 2001 From: wan201809 <53882753+wan201809@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:23:37 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E8=B0=83=E6=95=B4=20jest.config.js?= =?UTF-8?q?=20=E5=B0=86testTimeout=E6=97=B6=E9=97=B4=E7=94=B130000?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA10000"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 35f0ade0a0e01a9fe97a5971f6aafe29e54b43a8. --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index f3dd67c9..0e0eb163 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - testTimeout: 10000, + testTimeout: 30000, reporters: ['default'], watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'], moduleFileExtensions: ['js', 'json'], -- GitLab