mirror of
https://github.com/google/nomulus.git
synced 2025-06-24 21:40:57 +02:00
Increase rde package test size
The open source build uses a single shard for the rde package's tests. In order to account for the longer runtime, increase the timeout for this package. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142261623
This commit is contained in:
parent
8f9939cf56
commit
8fdf67d332
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ java_library(
|
||||||
|
|
||||||
GenTestRules(
|
GenTestRules(
|
||||||
name = "GeneratedTestRules",
|
name = "GeneratedTestRules",
|
||||||
default_test_size = "medium",
|
default_test_size = "large",
|
||||||
test_files = glob(["*Test.java"]),
|
test_files = glob(["*Test.java"]),
|
||||||
deps = [":rde"],
|
deps = [":rde"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue