Skip to content

Commit

Permalink
Extend timeout in Nuget-CUDA-Packaging-Pipeline (microsoft#19138)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
Linux_GPU_x64 job in the pipeline has been canceled due to timeout since
0112.
  • Loading branch information
mszhanyi authored Jan 15, 2024
1 parent b2ce3ee commit 922a2f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
- job:
workspace:
clean: all
timeoutInMinutes: 120
timeoutInMinutes: 150
pool: 'Onnxruntime-Linux-GPU'
variables:
- name: CUDA_VERSION_MAJOR
Expand Down

0 comments on commit 922a2f0

Please sign in to comment.