mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
On slow computers, 10 seconds are not enough for this heavy replication test.
This commit is contained in:
parent
4b8c966140
commit
459e2975f4
@ -97,7 +97,7 @@ start_server {tags {"repl"}} {
|
||||
[lindex $slaves 2] slaveof $master_host $master_port
|
||||
|
||||
# Wait for all the three slaves to reach the "online" state
|
||||
set retry 100
|
||||
set retry 500
|
||||
while {$retry} {
|
||||
set info [r -3 info]
|
||||
if {[string match {*slave0:*,online*slave1:*,online*slave2:*,online*} $info]} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user