From 3d9e0dfe6ddbb0d77cfc82e2b5dc91fbf9cb05e6 Mon Sep 17 00:00:00 2001 From: jianglai Date: Mon, 6 May 2019 02:19:32 -0700 Subject: [PATCH] Tune timeout for test targets ([] This CL looks good? Just LGTM and Approve it! This CL doesn't look good? File a bug using [] What else can you do? * Suggest a fix on the CL ([] * Revert this CL, by replying "REVERT: ". * Revert this CL and not get a CL that cleans up this file in the future by replying "BLACKLIST: ". This action is not reversible! This CL was automatically generated by ATTT ([] using CL Shepherd ([] Please contact [] for questions. //third_party/java_src/gtld/javatests/google/registry/model:registry/label/GenrulePremiumListTest: We're adjusting the test target timeout because it has a 1.248050 percent time out rate based on last week's (2019-04-27 - 2019-05-04) tap postsubmit running statistics. Its original timeout_sec is 60, and we're adjusting it to moderate, which is 300 seconds. Some detailed statistics for the target: Num of invocation: 641 Num of passed invocations: 633 Num of timeout invocations: 8 ****** Stats for passing runs ****** Min run time in secs: 14 Max run time in secs: 57 Mean run time in secs: 28.955766 Sd run time in secs: 9.104767 #codehealth ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246791200 --- javatests/google/registry/model/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/javatests/google/registry/model/BUILD b/javatests/google/registry/model/BUILD index 63f7dbe6b..4bcde147a 100644 --- a/javatests/google/registry/model/BUILD +++ b/javatests/google/registry/model/BUILD @@ -46,6 +46,7 @@ java_library( GenTestRules( name = "GeneratedTestRules", + timeout = "moderate", medium_tests = ["registry/label/PremiumListTest"], test_files = glob([ "*Test.java",