Adjust timeout from 2 to 3 hours for MacOS package tests

This commit is contained in:
David Murphy 2024-08-20 13:49:53 -06:00 committed by Daniel Wozniak
parent a763096359
commit 650f6089e1

View file

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