From fd7350b0846065ae1b92eb5f30db7d3b7a8c6847 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 ad98b79a4..e089880ec 100644 --- a/tests/assets/default.conf +++ b/tests/assets/default.conf @@ -38,7 +38,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: