From 35e8bc305dd800e44b528f71a581b23c777340e5 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 3 Mar 2014 13:26:18 +0100 Subject: [PATCH] Sentinel test: use 1000 as retry in initial 00 unit test. --- tests/sentinel-tests/00-base.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sentinel-tests/00-base.tcl b/tests/sentinel-tests/00-base.tcl index 74308b77..e0c5c37d 100644 --- a/tests/sentinel-tests/00-base.tcl +++ b/tests/sentinel-tests/00-base.tcl @@ -8,7 +8,7 @@ test "Basic failover works if the master is down" { assert {[lindex $addr 1] == $old_port} kill_instance redis $master_id foreach_sentinel_id id { - wait_for_condition 100 50 { + wait_for_condition 1000 50 { [lindex [S $id SENTINEL GET-MASTER-ADDR-BY-NAME mymaster] 1] != $old_port } else { fail "At least one Sentinel did not received failover info"