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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user