Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Oct 2, 2024
1 parent 8c893f7 commit 87bef37
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 @@ -63,7 +63,7 @@ jobs:
- name: Test
# Build test binary with `testing` feature, which requires `hotshot_example` config
run: cargo nextest run --locked --release --workspace --all-features --verbose --no-fail-fast
timeout-minutes: 5
timeout-minutes: 20

- name: Install process-compose
run: nix profile install nixpkgs#process-compose
Expand Down

0 comments on commit 87bef37

Please sign in to comment.