Increase the number of RDAP test shards

The RDAP tests (particularly domain search) take the longest out of anything in our test suite, so bump up the shard count to make it go faster.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202018020
This commit is contained in:
mcilwain 2018-06-25 14:18:40 -07:00 committed by Ben McIlwain
parent 4c7bc3b18c
commit 94044847ee

View file

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