mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
extend some timeout value (#13552)
### Description <!-- Describe your changes. --> ### Motivation and Context these workflows are prone to timeout.
This commit is contained in:
parent
a3e7da60e7
commit
7c3a23c186
3 changed files with 3 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ parameters:
|
|||
default: false
|
||||
|
||||
- name: TimeoutInMinutes
|
||||
default: 120
|
||||
default: 150
|
||||
|
||||
jobs:
|
||||
- job: build_WASM
|
||||
|
|
|
|||
Loading…
Reference in a new issue