On Thu, 7 Aug 2025 16:48:16 GMT, Phil Race <p...@openjdk.org> wrote: >> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> reduce timeout value > > 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.
I borrowed the 1200 from some other test, but you are most likely correct it is a bit extreme . I reduced the value. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26668#discussion_r2262233659