MacOS Test time limit is now 2 & 1/2 hours

This commit is contained in:
David Murphy 2024-08-21 14:25:20 -06:00 committed by Daniel Wozniak
parent c9603c2625
commit 3fea06f16d

View file

@ -105,7 +105,7 @@ jobs:
test:
name: Test
runs-on: ${{ inputs.runner }}
timeout-minutes: 181 # 3 Hours - More than this and something is wrong (MacOS needs a little more time)
timeout-minutes: 150 # 2 & 1/2 Hours - More than this and something is wrong (MacOS needs a little more time)
needs:
- generate-matrix
strategy: