Skip to content

Commit 5f51f1d

Browse files
authored
Fix clusterdown failure (#810)
* Use the new cluster_node_timeout in RLTest and set it to 60000 ms when running tests with valgrind and cluster
1 parent a6b3d4b commit 5f51f1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/flow/tests_setup/tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ valgrind_config() {
7474

7575
RLTEST_ARGS+="\
7676
--use-valgrind \
77-
--vg-suppressions $VALGRIND_SUPRESSIONS"
77+
--vg-suppressions $VALGRIND_SUPRESSIONS
78+
--cluster_node_timeout 60000"
7879
}
7980

8081
valgrind_summary() {

0 commit comments

Comments
 (0)