Skip to content

Commit

Permalink
Added rstest timeout to e2e-move-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aregnaz Harutyunyan committed Dec 17, 2024
1 parent 4f230e4 commit 3cdbba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aptos-framework-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run e2e-move-tests
run: |
RUST_MIN_STACK=104857600 ${{ env.CARGO_BIN }} nextest run -p e2e-move-tests --no-fail-fast
RSTEST_TIMEOUT=2400 RUST_MIN_STACK=104857600 ${{ env.CARGO_BIN }} nextest run -p e2e-move-tests --no-fail-fast
- name: Slack Notification
if: failure()
Expand Down

0 comments on commit 3cdbba5

Please sign in to comment.