On Thu, 7 Aug 2025 08:14:45 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> java/awt/font/FontNames/LocaleFamilyNames.java is slow on Windows and on some > machines it even times out. > Add some logging to the test, and we could also increase the test timeout a > bit. test/jdk/java/awt/font/FontNames/LocaleFamilyNames.java line 29: > 27: * @summary Tests that all family names that are reported in all locales > 28: * correspond to some font returned from getAllFonts(). > 29: * @run main/othervm/timeout=1200 LocaleFamilyNames The default is 120 (IIRC) so you've multiplied it by 10. I think 240 would be more reasonable. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26668#discussion_r2260883432