Skip to content

Commit 55fc2d4

Browse files
committed
ci: Limit PR builds to 20min
Most runs conclude on the order 5min +/- 2min, so if we hit the 20min mark chances are something has hung.
1 parent ba6422b commit 55fc2d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lsp-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
test:
4343
name: "Python v${{ matrix.python-version }} -- ${{ matrix.os }}"
4444
runs-on: ${{ matrix.os }}
45+
timeout-minutes: 20
4546
strategy:
4647
fail-fast: false
4748
matrix:

0 commit comments

Comments
 (0)