mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Increase timeout for Android CI pipeline by 30 minutes. (#7065)
This commit is contained in:
parent
8c3b59a026
commit
8d5bfdeb47
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ jobs:
|
|||
- job: Android_CI
|
||||
pool:
|
||||
vmImage: 'macOS-10.14'
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 150
|
||||
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