diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 11849a5b62..153aa86203 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -1379,7 +1379,7 @@ start_server {tags {"repl external:skip"}} { $master pexpire s 1 after 10 $master sadd s foo - assert_equal 1 [$master wait 1 1] + assert_equal 1 [$master wait 1 0] assert_equal "set" [$master type s] assert_equal "set" [$slave type s]