From 5ab1461f9839fb0458b256045d38612062668863 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 9 Jul 2011 19:23:46 +0200 Subject: [PATCH] The test now gives some more time for Redis to start before of exiting with an error, since starting with valgrind can take a significant amount of time. --- tests/support/server.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/support/server.tcl b/tests/support/server.tcl index 5c5af37d9..fb8c43d04 100644 --- a/tests/support/server.tcl +++ b/tests/support/server.tcl @@ -184,7 +184,7 @@ proc start_server {options {code undefined}} { # check that the server actually started # ugly but tries to be as fast as possible... - set retrynum 20 + set retrynum 100 set serverisup 0 if {$::verbose} {