Skip to content

Commit

Permalink
reduce slow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Aug 13, 2024
1 parent d784121 commit 7c293c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
export RUSTFLAGS="$RUSTFLAGS --cfg hotshot_example"
export PATH="$PWD/target/release:$PATH"
cargo nextest run --locked --release --workspace --all-features --verbose --test-threads 1 -E 'test(slow_)'
timeout-minutes: 90
timeout-minutes: 25

0 comments on commit 7c293c4

Please sign in to comment.