Commit 5ab1461f authored by antirez's avatar antirez
Browse files

The test now gives some more time for Redis to start before of exiting with an...

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.
parent 09e2d9ee
...@@ -184,7 +184,7 @@ proc start_server {options {code undefined}} { ...@@ -184,7 +184,7 @@ proc start_server {options {code undefined}} {
# check that the server actually started # check that the server actually started
# ugly but tries to be as fast as possible... # ugly but tries to be as fast as possible...
set retrynum 20 set retrynum 100
set serverisup 0 set serverisup 0
if {$::verbose} { if {$::verbose} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment