projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b8c966
)
On slow computers, 10 seconds are not enough for this heavy replication test.
author
antirez
<antirez@gmail.com>
Wed, 4 Apr 2012 17:54:23 +0000
(19:54 +0200)
committer
antirez
<antirez@gmail.com>
Wed, 4 Apr 2012 17:54:23 +0000
(19:54 +0200)
tests/integration/replication.tcl
patch
|
blob
|
blame
|
history
diff --git
a/tests/integration/replication.tcl
b/tests/integration/replication.tcl
index 2c7d98deaa09a679a2e8b744ac626b4030d092e2..7c1edb550a2ae0a65095610fca3259e529e41ea0 100644
(file)
--- a/
tests/integration/replication.tcl
+++ b/
tests/integration/replication.tcl
@@
-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
1
00
+ set retry
5
00
while {$retry} {
set info [r -3 info]
if {[string match {*slave0:*,online*slave1:*,online*slave2:*,online*} $info]} {