From 7c88eca1e6832812cd2da6fcdd49d30f614b0408 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Mon, 18 May 2020 10:01:30 +0300 Subject: [PATCH] fix valgrind test failure in replication test in 00323f342 i added more keys to that test to make it run longer but in valgrind this now means the test times out, give valgrind more time. --- tests/integration/replication.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index e5079d9dd..7c03c4bc6 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -612,7 +612,7 @@ start_server {tags {"repl"}} { # Wait that replicas acknowledge they are online so # we are sure that DBSIZE and DEBUG DIGEST will not # fail because of timing issues. - wait_for_condition 50 100 { + wait_for_condition 150 100 { [lindex [$replica role] 3] eq {connected} } else { fail "replicas still not connected after some time"