mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
Sentinel test: be more patient in create_redis_master_slave_cluster.
This commit is contained in:
parent
dd8d883c9c
commit
3072a1e781
@ -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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user