From 7991871bd6f68ca23b2f32a923a12cfcc8be2aa8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 1 Dec 2022 13:33:01 +0100 Subject: [PATCH] github: Set timeout for tests on macOS They sometimes hang (without our internal timeout catching them). So instead of waiting for hours, let them get aborted earlier. --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ec140c2923..4b7ff3bffa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,6 +24,7 @@ jobs: needs: pre-check if: ${{ needs.pre-check.outputs.should_skip != 'true' }} runs-on: macos-latest + timeout-minutes: 20 env: TEST: macos steps: -- 2.47.2