Skip to content

Commit

Permalink
contrib/aws: Increase timeout
Browse files Browse the repository at this point in the history
efa-direct fabtests need  some extra time

Signed-off-by: Sai Sunku <sunkusa@amazon.com>
  • Loading branch information
sunkuamzn committed Feb 28, 2025
1 parent 0ad502e commit 05019f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pipeline {
steps {
script {
def stages = [:]
def timeout = "--timeout 210"
def timeout = "--timeout 270"
def generic_pf = "--cluster-type manual_cluster --test-target libfabric --test-type pr --test-libfabric-pr $env.CHANGE_ID"
// onesided tests are covered by imb, collective tests are covered by omb
def mpi_collective_tests = "'test_omb and not onesided'"
Expand Down

0 comments on commit 05019f6

Please sign in to comment.