mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
extend mac packaging timeout limit (#16173)
### Description ### Motivation and Context MacOS_py_wheels are often failed due to timeout
This commit is contained in:
parent
ba5f5e3198
commit
e0199cfbd9
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ stages:
|
|||
|
||||
- ${{ if eq(parameters.enable_mac_cpu, true) }}:
|
||||
- job: MacOS_py_Wheels
|
||||
timeoutInMinutes: 90
|
||||
timeoutInMinutes: 120
|
||||
workspace:
|
||||
clean: all
|
||||
pool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue