Skip to content

Commit

Permalink
Increase slow test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Aug 16, 2024
1 parent 9a941af commit 8271254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
export RUSTFLAGS="$RUSTFLAGS --cfg hotshot_example"
export PATH="$PWD/target/release:$PATH"
cargo nextest run --locked --release --workspace --all-features --verbose -E 'test(slow_)'
timeout-minutes: 25
timeout-minutes: 40

0 comments on commit 8271254

Please sign in to comment.