google / cctz

CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
Apache License 2.0
596 stars 166 forks source link

[Fuchsia] Reduce number of threads for LoadZonesConcurrently. #213

Closed Colemalban closed 2 years ago

Colemalban commented 2 years ago

This reduces the thread count from 128 -> 64 when running on Fuchsia. With the higher thread count, the test was flaky and would often time out.

To test, I ran this 100 times to verify that it passes each time.


This change is Reviewable

devbww commented 2 years ago

Is this still an issue?

devbww commented 2 years ago

Is this still an issue?

Apparently not. Closing for now.