From 13a2fcc724576a78d0955f64dc0f4494545153c3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Oct 2021 10:20:02 +0000 Subject: git: use async_wait_all everywhere Some code paths may use maximum size checks, so ensure any checks are waited on, too. --- xt/cmp-msgstr.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/cmp-msgstr.t') diff --git a/xt/cmp-msgstr.t b/xt/cmp-msgstr.t index 900127c7..b6c8ec65 100644 --- a/xt/cmp-msgstr.t +++ b/xt/cmp-msgstr.t @@ -100,7 +100,7 @@ my $t = timeit(1, sub { ++$n; $git->cat_async($oid, $git_cb); } - $git->cat_async_wait; + $git->async_wait_all; }); is($m, $n, "$inboxdir rendered all $m <=> $n messages"); is($ndiff, 0, "$inboxdir $ndiff differences"); -- cgit v1.2.3-24-ge0c7