From eb07793b59f9fc3237f71c602806d84965d0557f Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 5 Feb 2013 12:02:36 +0100 Subject: [PATCH] Test: No clients timeout while testing. --- tests/assets/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/assets/default.conf b/tests/assets/default.conf index 976852e9..c76eca3e 100644 --- a/tests/assets/default.conf +++ b/tests/assets/default.conf @@ -35,7 +35,7 @@ port 6379 # unixsocket /tmp/redis.sock # Close the connection after a client is idle for N seconds (0 to disable) -timeout 300 +timeout 0 # Set server verbosity to 'debug' # it can be one of: