From 32ff342bae670904216f5cfb24ff6ec63a223f08 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Sat, 25 Jul 2026 16:57:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20=E6=B7=BB=E5=8A=A0=2015=E5=88=86?= =?UTF-8?q?=E9=92=9F=E8=B6=85=E6=97=B6=20+=20=E5=8D=95=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=8C=E9=98=B2=E6=AD=A2=20parser=20?= =?UTF-8?q?=E5=A4=A7=E7=94=A8=E4=BE=8B=E9=9B=86=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4fb0fc9..ebc80af 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,7 @@ on: jobs: test: runs-on: debian-latest + timeout-minutes: 15 strategy: matrix: @@ -34,7 +35,7 @@ jobs: continue-on-error: true - name: Run tests - run: npx jest --forceExit --maxWorkers=2 --no-cache + run: npx jest --forceExit --maxWorkers=1 --testTimeout=15000 --no-cache env: NODE_OPTIONS: --max-old-space-size=4096