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: <provide reason>".
* Revert this CL and not get a CL that cleans up this file in the future by replying "BLACKLIST: <provide reason>". 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
This commit is contained in:
jianglai 2019-05-06 02:19:32 -07:00
parent dc3eb2d549
commit 3d9e0dfe6d

View file

@ -46,6 +46,7 @@ java_library(
GenTestRules( GenTestRules(
name = "GeneratedTestRules", name = "GeneratedTestRules",
timeout = "moderate",
medium_tests = ["registry/label/PremiumListTest"], medium_tests = ["registry/label/PremiumListTest"],
test_files = glob([ test_files = glob([
"*Test.java", "*Test.java",