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.
This commit is contained in:
Tobias Brunner
2022-12-02 14:58:23 +01:00
parent 74e319c3f5
commit 7991871bd6
+1
View 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: