From cb7b03aeea494ee18eee67adc5ae0d79b1d2a8fe Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 7 Jun 2020 01:14:57 -0400 Subject: [PATCH] replication test race Former-commit-id: d528c5c2c2ff8497563b5dc012f9ad458e93ecd4 --- tests/integration/replication.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}