fix: CI 添加 15分钟超时 + 单线程测试,防止 parser 大用例集卡死
This commit is contained in:
@@ -9,6 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
|
timeout-minutes: 15
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -34,7 +35,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npx jest --forceExit --maxWorkers=2 --no-cache
|
run: npx jest --forceExit --maxWorkers=1 --testTimeout=15000 --no-cache
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user