From 4a3db2550441423f84c964a0d519426cf44020dc Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 29 Apr 2014 16:20:02 +0200 Subject: [PATCH] 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. --- tests/cluster/run.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cluster/run.tcl b/tests/cluster/run.tcl index fe600b91..4c68828b 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