From 697098602ec510c3b5677ee8babc63b46eaf0314 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Tue, 6 Sep 2016 16:52:48 -0700 Subject: [PATCH] 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 --- javatests/google/registry/monitoring/whitebox/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/javatests/google/registry/monitoring/whitebox/BUILD b/javatests/google/registry/monitoring/whitebox/BUILD index 76022fa85..c8e4563e4 100644 --- a/javatests/google/registry/monitoring/whitebox/BUILD +++ b/javatests/google/registry/monitoring/whitebox/BUILD @@ -43,6 +43,7 @@ java_library( GenTestRules( name = "GeneratedTestRules", + medium_tests = ["VerifyEntityIntegrityActionTest"], test_files = glob(["*Test.java"]), deps = [":whitebox"], )