Skip to content

Commit

Permalink
The test now gives some more time for Redis to start before of exitin…
Browse files Browse the repository at this point in the history
…g with an error, since starting with valgrind can take a significant amount of time.
  • Loading branch information
antirez committed Jul 9, 2011
1 parent 09e2d9e commit 5ab1461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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} {
Expand Down

0 comments on commit 5ab1461

Please sign in to comment.