Shard the RDAP tests

These typically take the longest to complete, so sharding them will make them faster.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199796400
This commit is contained in:
mcilwain 2018-06-08 08:25:09 -07:00 committed by Ben McIlwain
parent 5aeee19699
commit 06fc89c6c5

View file

@ -40,6 +40,7 @@ java_library(
GenTestRules( GenTestRules(
name = "GeneratedTestRules", name = "GeneratedTestRules",
medium_tests = ["RdapDomainSearchActionTest"], medium_tests = ["RdapDomainSearchActionTest"],
shard_count = 4,
test_files = glob(["*Test.java"]), test_files = glob(["*Test.java"]),
deps = [":rdap"], deps = [":rdap"],
) )