From d9466d7960e33e635ff868ee972daa45dc462014 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Sun, 20 Oct 2024 13:06:30 +0100 Subject: [PATCH] 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. --- .github/workflows/lsp-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lsp-pr.yml b/.github/workflows/lsp-pr.yml index ec5462698..6fabd6d76 100644 --- a/.github/workflows/lsp-pr.yml +++ b/.github/workflows/lsp-pr.yml @@ -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: