Increase shards on batch package tests

ExpandRecurringBillingEventsActionTest is occasionally timing out.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140059399
This commit is contained in:
ctingue 2016-11-23 12:17:32 -08:00 committed by Ben McIlwain
parent aa670e5df2
commit cfeb1d56ee

View file

@ -41,7 +41,7 @@ java_library(
GenTestRules(
name = "GeneratedTestRules",
default_test_size = "medium",
shard_count = 3,
shard_count = 4,
test_files = glob(["*Test.java"]),
deps = [":batch"],
)