summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-04-29 16:20:02 +0200
committerantirez <antirez@gmail.com>2014-04-29 16:20:43 +0200
commit4a3db2550441423f84c964a0d519426cf44020dc (patch)
tree74398d79202440a8148043e430320cde2c6bf13d
parente8631a69917f1c0581a28edac8dcdf98cca82e18 (diff)
downloadredis-4a3db2550441423f84c964a0d519426cf44020dc.tar.gz
Cluster test: use 20 instances.
This makes tests a bit slower, but it is better to test things at a decent scale instead of using just a few nodes, and for a few tests we actually need so many nodes.
-rw-r--r--tests/cluster/run.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cluster/run.tcl b/tests/cluster/run.tcl
index fe600b919..4c68828bb 100644
--- a/tests/cluster/run.tcl
+++ b/tests/cluster/run.tcl
@@ -6,7 +6,7 @@ cd tests/cluster
source cluster.tcl
source ../instances.tcl
-set ::instances_count 5 ; # How many instances we use at max.
+set ::instances_count 20 ; # How many instances we use at max.
proc main {} {
parse_options