Skip to content

Commit

Permalink
Merge pull request #9880 from iyastreb/gtest/ud/valgrind-increase-tim…
Browse files Browse the repository at this point in the history
…eout

GTEST/UD: Increase UD EP timeout when running under valgrind
  • Loading branch information
yosefe committed May 20, 2024
2 parents 407ab27 + 849c526 commit 748a7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gtest/common/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ int main(int argc, char **argv) {
modify_config_for_valgrind("IB_TX_BUFS_GROW", "64");
modify_config_for_valgrind("UD_RX_QUEUE_LEN", "256");
modify_config_for_valgrind("UD_RX_QUEUE_LEN_INIT", "32");
modify_config_for_valgrind("UD_TIMEOUT", "300s");
modify_config_for_valgrind("RC_TX_CQ_LEN", "128");
modify_config_for_valgrind("RC_RX_QUEUE_LEN", "128");
modify_config_for_valgrind("DC_TX_QUEUE_LEN", "16");
Expand Down

0 comments on commit 748a7b3

Please sign in to comment.