mirror of https://mirror.osredm.com/root/redis.git
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
|
||||
# ugly but tries to be as fast as possible...
|
||||
set retrynum 20
|
||||
set retrynum 100
|
||||
set serverisup 0
|
||||
|
||||
if {$::verbose} {
|
||||
|
|
Loading…
Reference in New Issue