]> git.saurik.com Git - redis.git/commitdiff
The test now gives some more time for Redis to start before of exiting with an error...
authorantirez <antirez@gmail.com>
Sat, 9 Jul 2011 17:23:46 +0000 (19:23 +0200)
committerantirez <antirez@gmail.com>
Sat, 9 Jul 2011 17:23:46 +0000 (19:23 +0200)
tests/support/server.tcl

index 5c5af37d94c8747b62331ace8f4c5dc035b6591e..fb8c43d0416502df44250dec03d7e4e654bbda93 100644 (file)
@@ -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} {