increase Test GPU Job's timeout to 8 hours (#14850)

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

### Motivation and Context
In practice, 6 hours is not enough to finish the job.
This commit is contained in:
Yi Zhang 2023-02-28 18:52:03 +08:00 committed by GitHub
parent 79aa0acdd0
commit 6320decf04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -35,6 +35,7 @@ stages:
machine_pool: 'Onnxruntime-Linux-GPU'
device: 'GPU'
python_wheel_suffix: '_gpu'
timeout: 480
# if final job not extecuted, it will not run nightlly build

View file

@ -16,9 +16,13 @@ parameters:
type: string
default: ''
- name: timeout
type: number
default: 120
jobs:
- job: Linux_Test_${{ parameters.device }}${{ parameters.extra_job_id }}_${{ parameters.arch }}
timeoutInMinutes: 360
timeoutInMinutes: ${{ parameters.timeout }}
variables:
skipComponentGovernanceDetection: true
workspace: