mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 23:31:03 +00:00
Redis test: wait more time for the server to start if it is running using valgrind.
This commit is contained in:
parent
dfcf5a0ac8
commit
b1d08d4540
@ -183,7 +183,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 100
|
if {$::valgrind} {set retrynum 1000} else {set retrynum 100}
|
||||||
set serverisup 0
|
set serverisup 0
|
||||||
|
|
||||||
if {$::verbose} {
|
if {$::verbose} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user