Skip to content

Commit fd5237d

Browse files
authored
Increase timeout for PyTorch 1.11 testing
1 parent 3f7df1b commit fd5237d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/gpu-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
matrix:
2323
'PyTorch - LTS':
2424
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.7-torch1.8"
25+
timeoutInMinutes: "55"
2526
'PyTorch - stable':
2627
image: "pytorchlightning/pytorch_lightning:base-cuda-py3.9-torch1.11"
28+
timeoutInMinutes: "65"
2729
# how long to run the job before automatically cancelling
28-
timeoutInMinutes: "55"
30+
timeoutInMinutes: $(timeoutInMinutes)
2931
# how much time to give 'run always even if cancelled tasks' before stopping them
3032
cancelTimeoutInMinutes: "2"
3133

0 commit comments

Comments
 (0)