Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3072a1e7
Commit
3072a1e7
authored
Mar 04, 2014
by
antirez
Browse files
Sentinel test: be more patient in create_redis_master_slave_cluster.
parent
dd8d883c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/sentinel.tcl
View file @
3072a1e7
...
...
@@ -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 100
0
50
{
[
RI 0 connected_slaves
]
==
(
$n-1
)
}
else
{
fail
"Unable to create a master-slaves cluster."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment