mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
Increase MacOS pipeline timeout (#19072)
This commit is contained in:
parent
b25980c011
commit
730df1bfa2
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ stages:
|
|||
|
||||
jobs:
|
||||
- job: Linux_Training_CPU_Wheels
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 180
|
||||
workspace:
|
||||
clean: all
|
||||
pool: onnxruntime-Ubuntu2004-AMD-CPU
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ stages:
|
|||
setVcvars: true
|
||||
BuildConfig: 'RelWithDebInfo'
|
||||
ExtraParam: ${{ parameters.build_py_parameters }}
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 180
|
||||
workspace:
|
||||
clean: all
|
||||
|
||||
|
|
@ -329,7 +329,7 @@ stages:
|
|||
|
||||
- ${{ if eq(parameters.enable_mac_cpu, true) }}:
|
||||
- job: MacOS_py_Wheels
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 180
|
||||
workspace:
|
||||
clean: all
|
||||
pool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue