mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adjust timeout from 2 to 3 hours for MacOS package tests
This commit is contained in:
parent
a763096359
commit
650f6089e1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue