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:
Yi Zhang 2023-01-14 13:46:09 +08:00 committed by GitHub
parent bd39c8f35e
commit 2a82f95040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: