increase timeout (#11310)

This commit is contained in:
Yi Zhang 2022-04-22 13:55:04 +08:00 committed by GitHub
parent daf87fd0dd
commit ba1e9a218e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,7 +306,7 @@ jobs:
- job: NNAPI_EP_MASTER
pool:
vmImage: 'macOS-11'
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')