From b92ca15356e0c67510cfddfab452f43a9fd345f3 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Mon, 6 Jul 2020 09:51:05 -0700 Subject: [PATCH] Increase size of a test to match internal guidance --- test/cpp/microbenchmarks/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index d26815f40cc..82f9952675f 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -236,6 +236,7 @@ grpc_cc_library( grpc_cc_test( name = "bm_fullstack_unary_ping_pong", + size = "large", srcs = [ "bm_fullstack_unary_ping_pong.cc", ],