mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
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
Block a user