Sentinel test: be more patient in create_redis_master_slave_cluster.

This commit is contained in:
antirez 2014-03-04 11:20:53 +01:00
parent dd8d883c9c
commit 3072a1e781

View File

@ -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."