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.
This commit is contained in:
antirez 2014-04-29 16:20:02 +02:00
parent e8631a6991
commit 4a3db25504

View File

@ -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