From 9f609f7e2eaf0a2671f1f419bd1ef2abf987e95c Mon Sep 17 00:00:00 2001 From: sunchengzhu <36075573+sunchengzhu@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:14:58 +0800 Subject: [PATCH] chore(CI): set v3_core_test timeout minutes 2nd (#1598) Update v3_core_test.yml --- .github/workflows/v3_core_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/v3_core_test.yml b/.github/workflows/v3_core_test.yml index b2692bfb5..dd19aa6b9 100644 --- a/.github/workflows/v3_core_test.yml +++ b/.github/workflows/v3_core_test.yml @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v4 with: repository: axonweb3/v3-core - ref: d60a654a45874155467b5e40605e5b8e1f5b423e + ref: 578307adcaf60ddf08ac46ef7fddb012ded20922 path: v3-core - uses: actions/setup-node@v4 @@ -143,6 +143,7 @@ jobs: yarn test:prepare yarn test:runAll0 - name: Run test 1 + timeout-minutes: 5 if: success() || failure() run: | cd /home/runner/work/axon/axon/v3-core