Skip to content

Commit

Permalink
ci: tests: Set timeout to runtime of a test to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
tontinton committed Jun 22, 2024
1 parent 1346870 commit b8e9969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ./.github/actions/cache-setup

- name: Unit tests
run: RUST_BACKTRACE=1 cargo test --all
run: RUST_BACKTRACE=1 RSTEST_TIMEOUT=30 cargo test --all

lint:
name: rustfmt + clippy
Expand Down

0 comments on commit b8e9969

Please sign in to comment.