Skip to content

Commit

Permalink
Increase MacOS pipeline timeout (#19072)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani authored Jan 10, 2024
1 parent b25980c commit 730df1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:

jobs:
- job: Linux_Training_CPU_Wheels
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all
pool: onnxruntime-Ubuntu2004-AMD-CPU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ stages:
setVcvars: true
BuildConfig: 'RelWithDebInfo'
ExtraParam: ${{ parameters.build_py_parameters }}
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all

Expand Down Expand Up @@ -329,7 +329,7 @@ stages:

- ${{ if eq(parameters.enable_mac_cpu, true) }}:
- job: MacOS_py_Wheels
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all
pool:
Expand Down

0 comments on commit 730df1b

Please sign in to comment.