Mark VerifyEntityIntegrityActionTest as a medium test

It was timing out occasionally in the Bazel build on less-powerful hardware.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132378555
This commit is contained in:
mcilwain 2016-09-06 16:52:48 -07:00 committed by Ben McIlwain
parent 3b4b7a475b
commit 697098602e

View file

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