Skip to content

Commit

Permalink
ci: Limit PR builds to 20min
Browse files Browse the repository at this point in the history
Most runs conclude on the order 5min +/- 2min, so if we hit the 20min
mark chances are something has hung.
  • Loading branch information
alcarney committed Oct 20, 2024
1 parent a0755c5 commit d9466d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lsp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
test:
name: "Python v${{ matrix.python-version }} -- ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d9466d7

Please sign in to comment.