]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Set timeout for tests on macOS
authorTobias Brunner <tobias@strongswan.org>
Thu, 1 Dec 2022 12:33:01 +0000 (13:33 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 2 Dec 2022 13:58:23 +0000 (14:58 +0100)
They sometimes hang (without our internal timeout catching them).
So instead of waiting for hours, let them get aborted earlier.

.github/workflows/macos.yml

index ec140c292338f3b05edbdda43c2c26451cd76c4b..4b7ff3bffa8f4edf7bd250c7f9ec28183788af2a 100644 (file)
@@ -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: