From 2c560f27b850ffb5737531d030186246b7e77771 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: e1f3cd6ec3bf2319484de04c3796dcfa75e0479c --- 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}