replication test race

Former-commit-id: d528c5c2c2ff8497563b5dc012f9ad458e93ecd4
This commit is contained in:
John Sully 2020-06-07 01:14:57 -04:00
parent 3b083f4ed9
commit cb7b03aeea

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}