extend some timeout value (#13552)

### Description
<!-- Describe your changes. -->



### Motivation and Context
these workflows are prone to timeout.
This commit is contained in:
Yi Zhang 2022-11-03 15:11:41 +08:00 committed by GitHub
parent a3e7da60e7
commit 7c3a23c186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@ stages:
- job: Build_NNAPI_EP
pool: Linux-CPU-2019
timeoutInMinutes: 30
timeoutInMinutes: 60
workspace:
clean: all
condition: notIn(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')

View file

@ -69,7 +69,7 @@ jobs:
vmImage: 'macOS-11'
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
timeoutInMinutes: 100
timeoutInMinutes: 150
condition: or(eq('${{parameters.BuildXnnpack}}', 'true'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
steps:
- script: |

View file

@ -20,7 +20,7 @@ parameters:
default: false
- name: TimeoutInMinutes
default: 120
default: 150
jobs:
- job: build_WASM