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:
parent
09e2d9eeba
commit
5ab1461f98
@ -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} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user