Skip to content

Commit

Permalink
Shorten timeout of matrix jobs to 15 minutes (#727)
Browse files Browse the repository at this point in the history
The `hwci host` job may "freeze" because of process management in shell.
  • Loading branch information
ia0 authored Jan 31, 2025
1 parent e8e29cf commit 7279013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
with:
checks: "[\"${{ matrix.check }}\"]"
token: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
ubuntu:
runs-on: ubuntu-latest
needs: matrix
Expand Down

0 comments on commit 7279013

Please sign in to comment.