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.

This commit is contained in:
antirez 2011-07-09 19:23:46 +02:00
parent 09e2d9eeba
commit 5ab1461f98

View File

@ -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} {