diff --git a/t/pipe.t b/t/pipe.t
index d89df2c3d..4e79f23ae 100644
--- a/t/pipe.t
+++ b/t/pipe.t
@@ -4,7 +4,7 @@ use t::TestCore;
 
 repeat_each(2);
 
-plan tests => repeat_each() * (blocks() * 3 + 19) + 2;
+plan tests => repeat_each() * (blocks() * 3 + 20) + 2;
 
 add_block_preprocessor(sub {
     my $block = shift;