mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Increase timeout for orttraining-linux-gpu pipeline (#21844)
### Description Increase timeout to 160 minutes ### Motivation and Context - Recent runs of orttraining-linux-gpu pipeline have been timing out
This commit is contained in:
parent
7f851f4e61
commit
b7f09d4c27
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
RunInjectedPipeline: 'true'
|
||||
InjectedPipeline: 'orttraining-linux-gpu-test-ci-pipeline.yml'
|
||||
DockerImageTag: 'onnxruntime_orttraining_ortmodule_tests_image'
|
||||
TimeoutInMinutes: 140
|
||||
TimeoutInMinutes: 190
|
||||
# Enable unreleased onnx opsets in CI builds
|
||||
# This facilitates testing the implementation for the new opsets
|
||||
AllowReleasedOpsetOnly: '0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue