Skip to content

Commit db52690

Browse files
authored
[AzureCI] Increase timeout of per PR and nightly pipeline to 240 mins (#2074)
1 parent b14e32c commit db52690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azuredevops/multinode-ci-slurm-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ schedules:
2828

2929
jobs:
3030
- job: rccl
31-
timeoutInMinutes: 180
31+
timeoutInMinutes: 240
3232
pool: rocm-ci_rccl_slurm_pool
3333
workspace:
3434
clean: all

.azuredevops/multinode-ci-slurm-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stages:
3333
displayName: "CI Run Requires Approval"
3434
environment: rccl
3535
- job: rccl
36-
timeoutInMinutes: 180
36+
timeoutInMinutes: 240
3737
pool: rocm-ci_rccl_slurm_pool
3838
workspace:
3939
clean: all

0 commit comments

Comments
 (0)