Increase timeout for Android CI pipeline by 30 minutes. (#7065)

This commit is contained in:
Edward Chen 2021-03-19 08:03:22 -07:00 committed by GitHub
parent 8c3b59a026
commit 8d5bfdeb47
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.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