mirror of
https://github.com/google/nomulus
synced 2026-05-13 03:11:49 +00:00
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:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user