Unverified Commit 3603f194 authored by Meir Shpilraien (Spielrein)'s avatar Meir Shpilraien (Spielrein) Committed by GitHub
Browse files

fix test timeout wait command (#11181)

Fix `Test replication with lazy expire` test to not timeout the wait command.
This fix will allow the test to pass on slow environments and when running with valgrind.
parent c1bd61a4
......@@ -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]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment