From 3072a1e7813f57cf70f401caa928840a1afbe5f7 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 4 Mar 2014 11:20:53 +0100 Subject: [PATCH] Sentinel test: be more patient in create_redis_master_slave_cluster. --- tests/sentinel.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sentinel.tcl b/tests/sentinel.tcl index 1adab0a5..8954fe54 100644 --- a/tests/sentinel.tcl +++ b/tests/sentinel.tcl @@ -261,7 +261,7 @@ proc create_redis_master_slave_cluster n { } } # Wait for all the slaves to sync. - wait_for_condition 100 50 { + wait_for_condition 1000 50 { [RI 0 connected_slaves] == ($n-1) } else { fail "Unable to create a master-slaves cluster."