Skip to content

Commit

Permalink
chore(CI): set v3_core_test timeout minutes 2nd (#1598)
Browse files Browse the repository at this point in the history
Update v3_core_test.yml
  • Loading branch information
sunchengzhu authored Nov 28, 2023
1 parent 3302eb3 commit 9f609f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/v3_core_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f609f7

Please sign in to comment.