relax android ci timeout to 180 minutes (#8844)

This commit is contained in:
Guoyu Wang 2021-08-25 19:59:48 -07:00 committed by GitHub
parent 32ecbf4691
commit 613a600471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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