replication test race

Former-commit-id: e1f3cd6ec3bf2319484de04c3796dcfa75e0479c
This commit is contained in:
John Sully 2020-06-07 01:14:57 -04:00
parent b006a06924
commit 2c560f27b8

View File

@ -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}