diff --git a/tests/integration/replication-2.tcl b/tests/integration/replication-2.tcl index 9446e5cd..2ff19c3c 100644 --- a/tests/integration/replication-2.tcl +++ b/tests/integration/replication-2.tcl @@ -2,9 +2,12 @@ start_server {tags {"repl"}} { start_server {} { test {First server should have role slave after SLAVEOF} { r -1 slaveof [srv 0 host] [srv 0 port] - after 1000 - s -1 role - } {slave} + wait_for_condition 50 100 { + [s -1 master_link_status] eq {up} + } else { + fail "Replication not started." + } + } test {If min-slaves-to-write is honored, write is accepted} { r config set min-slaves-to-write 1