Increase MacOS pipeline timeout (#19072)

This commit is contained in:
Baiju Meswani 2024-01-09 18:35:21 -08:00 committed by GitHub
parent b25980c011
commit 730df1bfa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ stages:
jobs:
- job: Linux_Training_CPU_Wheels
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all
pool: onnxruntime-Ubuntu2004-AMD-CPU

View file

@ -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: