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-18 17:47:15 -04:00
committed by Ben McIlwain
parent 5aeee19699
commit 06fc89c6c5
+1
View File
@@ -40,6 +40,7 @@ java_library(
GenTestRules(
name = "GeneratedTestRules",
medium_tests = ["RdapDomainSearchActionTest"],
shard_count = 4,
test_files = glob(["*Test.java"]),
deps = [":rdap"],
)