mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-26 03:00:54 +00:00
Increase package python test pipeline timeout limit (#14288)
### Description Increase python test pipeline timeout limit. So far, It's a known issue for tensortRT8.5.
This commit is contained in:
parent
bd39c8f35e
commit
2a82f95040
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ parameters:
|
|||
|
||||
jobs:
|
||||
- job: Linux_Test_${{ parameters.device }}${{ parameters.extra_job_id }}_${{ parameters.arch }}
|
||||
timeoutInMinutes: 240
|
||||
timeoutInMinutes: 360
|
||||
variables:
|
||||
skipComponentGovernanceDetection: true
|
||||
workspace:
|
||||
|
|
@ -28,14 +28,14 @@ jobs:
|
|||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Pipeline Artifact'
|
||||
inputs:
|
||||
preferTriggeringPipeline: true
|
||||
preferTriggeringPipeline: true
|
||||
artifactName: 'drop-linux-${{ lower(parameters.device) }}-${{ parameters.arch }}'
|
||||
targetPath: '$(Build.BinariesDirectory)/Release'
|
||||
runVersion: 'latest'
|
||||
buildType: specific
|
||||
project: '530acbc4-21bc-487d-8cd8-348ff451d2ff'
|
||||
definition: 841
|
||||
|
||||
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download Pipeline Artifact'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue