Skip to content

Commit

Permalink
Increase test timeout to give restart tests enough time to run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Jul 18, 2024
1 parent a3fe945 commit ed403d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
cargo build --locked --bin diff-test --release
cargo test --locked --release --workspace --all-features --no-run
cargo test --locked --release --workspace --all-features --verbose -- --test-threads 1 --nocapture
timeout-minutes: 40
timeout-minutes: 90

0 comments on commit ed403d6

Please sign in to comment.