Skip to content

Commit b66e9d1

Browse files
a-szegelshijin-aws
authored andcommitted
contrib/aws: Set cluster level timeout for 9 hours
Signed-off-by: Seth Zegelstein <[email protected]>
1 parent 0031e7e commit b66e9d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/aws/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ pipeline {
190190
script {
191191
def stages = [:]
192192
// This needs the extra space at the end
193-
def addl_args_pr = "--test-libfabric-pr $env.CHANGE_ID "
193+
// Set 9 hour timeout for all clusters
194+
def addl_args_pr = "--timeout 540 --test-libfabric-pr $env.CHANGE_ID "
194195

195196
// Single Node Tests - EFA
196197
stages["1_g4dn_alinux2-efa"] = get_test_stage("1_g4dn_alinux2_efa", env.BUILD_TAG, "alinux2", "g4dn.8xlarge", 1, "us-east-1", "libfabric_pr_test.yaml", addl_args_pr)

0 commit comments

Comments
 (0)