From: Tobias Brunner Date: Thu, 1 Dec 2022 12:33:01 +0000 (+0100) Subject: github: Set timeout for tests on macOS X-Git-Tag: 5.9.9rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7991871bd6f68ca23b2f32a923a12cfcc8be2aa8;p=thirdparty%2Fstrongswan.git 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. --- 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: