Skip to content

Commit

Permalink
ci: add timeouts
Browse files Browse the repository at this point in the history
Especially macOS runners tend to hang.
As far as I can tell 30 minutes should be enough.
  • Loading branch information
Hofer-Julian committed Oct 18, 2024
1 parent 7e2bcd2 commit a56bbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -108,7 +108,7 @@ jobs:
cargo-test:
name: Cargo Test | ${{ matrix.name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
# pixi interface
test-integration:
name: ${{ matrix.arch.name }} - Integration Tests
timeout-minutes: 30
runs-on: ${{ matrix.arch.os }}
env:
TARGET_RELEASE: "${{ github.workspace }}/.pixi/target/release"
Expand Down

0 comments on commit a56bbc0

Please sign in to comment.