Commit b1d08d45 authored by antirez's avatar antirez
Browse files

Redis test: wait more time for the server to start if it is running using valgrind.

parent dfcf5a0a
......@@ -183,7 +183,7 @@ proc start_server {options {code undefined}} {
# check that the server actually started
# ugly but tries to be as fast as possible...
set retrynum 100
if {$::valgrind} {set retrynum 1000} else {set retrynum 100}
set serverisup 0
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