about summary refs log tree commit homepage
path: root/xt/eml_check_limits.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/eml_check_limits.t')
-rw-r--r--xt/eml_check_limits.t2
1 files changed, 1 insertions, 1 deletions
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";