X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Feml_check_limits.t;h=a6d010af0518f3f8866eebf0ee018bd336147f44;hb=9b0c238f887475d920a8589b492ec15c63770152;hp=536a25f159bd592b36828db19143f62d799c1f2d;hpb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;p=public-inbox.git diff --git a/xt/eml_check_limits.t b/xt/eml_check_limits.t index 536a25f1..a6d010af 100644 --- a/xt/eml_check_limits.t +++ b/xt/eml_check_limits.t @@ -67,7 +67,7 @@ my $t = timeit(1, sub { ++$n; $git->cat_async($blob, $cat_cb); } - $git->cat_async_wait; + $git->async_wait_all; }); is($m, $n, 'scanned all messages'); diag "$$ $inboxdir took ".timestr($t)." for $n <=> $m messages";