active replica tests on slow computers

Former-commit-id: c9920849dd6d6d0f6ecfe0d1002cb0edd7f7bfa9
This commit is contained in:
John Sully 2020-05-29 01:58:15 -04:00
parent acde7c340e
commit 2aed24d0a5

View File

@ -36,6 +36,7 @@ start_server {tags {"active-repl"} overrides {active-replica yes}} {
test {Active replicas propogate} { test {Active replicas propogate} {
$master set testkey foo $master set testkey foo
after 500
wait_for_condition 50 500 { wait_for_condition 50 500 {
[string match *foo* [$slave get testkey]] [string match *foo* [$slave get testkey]]
} else { } else {