From 2aed24d0a550918dd60d912e6f59f9938a09469c Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 29 May 2020 01:58:15 -0400 Subject: [PATCH] active replica tests on slow computers Former-commit-id: c9920849dd6d6d0f6ecfe0d1002cb0edd7f7bfa9 --- tests/integration/replication-active.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/replication-active.tcl b/tests/integration/replication-active.tcl index b1d1c5217..0fca9a829 100644 --- a/tests/integration/replication-active.tcl +++ b/tests/integration/replication-active.tcl @@ -36,6 +36,7 @@ start_server {tags {"active-repl"} overrides {active-replica yes}} { test {Active replicas propogate} { $master set testkey foo + after 500 wait_for_condition 50 500 { [string match *foo* [$slave get testkey]] } else {