Commit 427d8f57 by Abseil Team Committed by Copybara-Service

Make exponential_distribution_test a bigger test (timeout small -> moderate).

This test indicates it has a 90% chance of timing out at its current 60 second limit.

Stats over 1000 runs: max = 102.5s, min = 40.4s, avg = 71.1s, dev = 11.2s

Note that if you run this test locally from a workstation without flags, it'll take maybe 3 to 5 seconds.  However, the test is run with config of android_arm, which seems to drastically change the execution time.

PiperOrigin-RevId: 459503103
Change-Id: I7b7aaa2db7880370f47d1a83d295a3234f738a18
parent 97ab3dcf
......@@ -306,6 +306,7 @@ cc_test(
cc_test(
name = "exponential_distribution_test",
size = "small",
timeout = "moderate",
srcs = ["exponential_distribution_test.cc"],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment