mirror of
https://github.com/google/nomulus
synced 2026-02-07 05:21:15 +00:00
Increase shards on batch package tests
ExpandRecurringBillingEventsActionTest is occasionally timing out. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140059399
This commit is contained in:
@@ -41,7 +41,7 @@ java_library(
|
||||
GenTestRules(
|
||||
name = "GeneratedTestRules",
|
||||
default_test_size = "medium",
|
||||
shard_count = 3,
|
||||
shard_count = 4,
|
||||
test_files = glob(["*Test.java"]),
|
||||
deps = [":batch"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user