From ad5be3e3107d357679e0b05db8743dccf957a292 Mon Sep 17 00:00:00 2001 From: Adele Zhou Date: Wed, 21 Mar 2018 16:35:05 -0700 Subject: Add size param to grpc_cc_test and set it to enormous for fuzzer tests. --- test/core/util/grpc_fuzzer.bzl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/core/util') diff --git a/test/core/util/grpc_fuzzer.bzl b/test/core/util/grpc_fuzzer.bzl index cece023fc0..9847456067 100644 --- a/test/core/util/grpc_fuzzer.bzl +++ b/test/core/util/grpc_fuzzer.bzl @@ -23,6 +23,7 @@ def grpc_fuzzer(name, corpus, srcs = [], deps = [], **kwargs): external_deps = [ 'gtest', ], + size = "enormous", args = ["--directory=" + native.package_name() + "/" + corpus,], **kwargs ) -- cgit v1.2.3