1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 16:00:52 +00:00

Increase timeout on batch package tests

ExpandRecurringBillingEventsActionTest is occasionally timing out on Kokoro

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140363421
This commit is contained in:
ctingue
2016-11-28 09:00:18 -08:00
committed by Ben McIlwain
parent cfeb1d56ee
commit e0fad37734

View File

@@ -40,6 +40,7 @@ java_library(
GenTestRules(
name = "GeneratedTestRules",
timeout = "long",
default_test_size = "medium",
shard_count = 4,
test_files = glob(["*Test.java"]),