]> git.saurik.com Git - redis.git/blobdiff - tests/integration/replication.tcl
new test engine valgrind support
[redis.git] / tests / integration / replication.tcl
index 4756b82c83fab4b78fbfc539bd2ff6401d2b66e6..0a1cd409fed067ae6a7e5c6b3bb61732b7f9feee 100644 (file)
@@ -54,6 +54,7 @@ start_server {tags {"repl"}} {
         
         test {SET on the master should immediately propagate} {
             r -1 set mykey bar
+            if {$::valgrind} {after 2000}
             r  0 get mykey
         } {bar}
     }