Skip to content

Commit

Permalink
[v1.12.x-aws] .ci/aws: Tighten timeout to be 40 minutes for any one s…
Browse files Browse the repository at this point in the history
…tage

Signed-off-by: Seth Zegelstein <[email protected]>
(cherry picked from commit 5a7efe9)
  • Loading branch information
a-szegel committed Nov 5, 2024
1 parent 242b264 commit 6b72511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ pipeline {
script {
def stages = [:]

def timeout = "--timeout 40"
def nccl_version = "--test-nccl-version v2.22.3-1"
def timeout = "--timeout 120"
def cluster_type = "--cluster-type manual_cluster"
def test_target = "--test-target aws-ofi-nccl"
def test_type = "--test-type pr"
Expand Down

0 comments on commit 6b72511

Please sign in to comment.