From 10088d5087e46342f836e0d16f3eaae134f666b9 Mon Sep 17 00:00:00 2001
From: antirez <antirez@gmail.com>
Date: Mon, 21 Jul 2014 16:29:49 +0200
Subject: [PATCH] Cluster test: use larger keyspace in resharding test.

---
 tests/cluster/tests/04-resharding.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cluster/tests/04-resharding.tcl b/tests/cluster/tests/04-resharding.tcl
index 3264f179..376061db 100644
--- a/tests/cluster/tests/04-resharding.tcl
+++ b/tests/cluster/tests/04-resharding.tcl
@@ -33,7 +33,7 @@ proc process_is_running {pid} {
 # - At the end of the test, we wait for the resharding process to stop.
 # - Finally the keys are checked to see if they contain the value they should.
 
-set numkeys 10000
+set numkeys 50000
 set numops 200000
 set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
 catch {unset content}