mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
MacOS Test time limit is now 2 & 1/2 hours
This commit is contained in:
parent
c9603c2625
commit
3fea06f16d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue