]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/eml_check_limits.t
git: use async_wait_all everywhere
[public-inbox.git] / xt / eml_check_limits.t
index 536a25f159bd592b36828db19143f62d799c1f2d..a6d010af0518f3f8866eebf0ee018bd336147f44 100644 (file)
@@ -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";