Commit 3072a1e7 authored by antirez's avatar antirez
Browse files

Sentinel test: be more patient in create_redis_master_slave_cluster.

parent dd8d883c
......@@ -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."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment