RDAP: Mark RdapDomainSearchActionTest as medium

Some tests of RdapDomainSearchAction can take longer, because they create many domains.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133591753
This commit is contained in:
mountford 2016-09-19 09:14:06 -07:00 committed by Ben McIlwain
parent e53cfe919a
commit c30c5bc399

View file

@ -36,6 +36,7 @@ java_library(
GenTestRules(
name = "GeneratedTestRules",
medium_tests = ["RdapDomainSearchActionTest"],
test_files = glob(["*Test.java"]),
deps = [":rdap"],
)