X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/51857c7e5cc6479323d53778e37a197f7c140fbf..80e808b6d6ca40580899bda0397d7c0d9b19b1a8:/tests/support/util.tcl diff --git a/tests/support/util.tcl b/tests/support/util.tcl index a2a9f851..96af279d 100644 --- a/tests/support/util.tcl +++ b/tests/support/util.tcl @@ -83,7 +83,7 @@ proc waitForBgrewriteaof r { proc wait_for_sync r { while 1 { - if {[status r master_link_status] eq "down"} { + if {[status $r master_link_status] eq "down"} { after 10 } else { break