Commit 4a3db255 authored by antirez's avatar antirez
Browse files

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.
parent e8631a69
...@@ -6,7 +6,7 @@ cd tests/cluster ...@@ -6,7 +6,7 @@ cd tests/cluster
source cluster.tcl source cluster.tcl
source ../instances.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 {} { proc main {} {
parse_options parse_options
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment