diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index b67f5428c..68f1ff69c 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -160,7 +160,7 @@ start_server {tags {"repl"}} { test {FLUSHALL should replicate} { r -1 flushall - if {$::valgrind} {after 2000} + if {$::valgrind} {after 2000} else {after 500} list [r -1 dbsize] [r 0 dbsize] } {0 0}