mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02: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:
parent
4c7bc3b18c
commit
94044847ee
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue