aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-03-22 11:43:22 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-03-23 10:40:46 -0700
commit8f7bdecf7c56ef2835c5628c00620a8aa58be8fa (patch)
treea093d0e10e36bdb0a8a8f4203a8f44955fa24028 /test/core/util
parentad5be3e3107d357679e0b05db8743dccf957a292 (diff)
Set default size large for fuzzer tests, and enormous for api_fuzzer
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/grpc_fuzzer.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/grpc_fuzzer.bzl b/test/core/util/grpc_fuzzer.bzl
index 9847456067..cff7dc0320 100644
--- a/test/core/util/grpc_fuzzer.bzl
+++ b/test/core/util/grpc_fuzzer.bzl
@@ -23,7 +23,7 @@ def grpc_fuzzer(name, corpus, srcs = [], deps = [], **kwargs):
external_deps = [
'gtest',
],
- size = "enormous",
+ size = "large",
args = ["--directory=" + native.package_name() + "/" + corpus,],
**kwargs
)