mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 06:27:51 +02: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:
parent
aa670e5df2
commit
cfeb1d56ee
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ java_library(
|
||||||
GenTestRules(
|
GenTestRules(
|
||||||
name = "GeneratedTestRules",
|
name = "GeneratedTestRules",
|
||||||
default_test_size = "medium",
|
default_test_size = "medium",
|
||||||
shard_count = 3,
|
shard_count = 4,
|
||||||
test_files = glob(["*Test.java"]),
|
test_files = glob(["*Test.java"]),
|
||||||
deps = [":batch"],
|
deps = [":batch"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue