mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
relax android ci timeout to 180 minutes (#8844)
This commit is contained in:
parent
32ecbf4691
commit
613a600471
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ jobs:
|
|||
- job: Android_CI
|
||||
pool:
|
||||
vmImage: 'macOS-10.15'
|
||||
timeoutInMinutes: 150
|
||||
timeoutInMinutes: 180
|
||||
steps:
|
||||
# Onnx has no 3.9 python package available yet, need to use python 3.8 to avoid build onnx package
|
||||
# pythonVersion can be updated in Azure pipeline settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue