Commit cbf51b60 authored by antirez's avatar antirez
Browse files

Sentinel test: be more patient in create_redis_master_slave_cluster.

parent 23a12bb8
...@@ -261,7 +261,7 @@ proc create_redis_master_slave_cluster n { ...@@ -261,7 +261,7 @@ proc create_redis_master_slave_cluster n {
} }
} }
# Wait for all the slaves to sync. # Wait for all the slaves to sync.
wait_for_condition 100 50 { wait_for_condition 1000 50 {
[RI 0 connected_slaves] == ($n-1) [RI 0 connected_slaves] == ($n-1)
} else { } else {
fail "Unable to create a master-slaves cluster." 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