X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Feml_check_limits.t;h=a6d010af0518f3f8866eebf0ee018bd336147f44;hb=d07ba9c30800225052d17ccca458afbfa05a8ff0;hp=9f821946111456b736458480b6d15e309e5277d3;hpb=851aa7183cf2b152d7ff187729bc896597d22fad;p=public-inbox.git diff --git a/xt/eml_check_limits.t b/xt/eml_check_limits.t index 9f821946..a6d010af 100644 --- a/xt/eml_check_limits.t +++ b/xt/eml_check_limits.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2020 all contributors +# Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ use strict; use v5.10.1; @@ -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";