RFR: 8364996: java/awt/font/FontNames/LocaleFamilyNames.java times out on Windows [v2]
Matthias Baesken
mbaesken at openjdk.org
Fri Aug 8 08:10:11 UTC 2025
On Thu, 7 Aug 2025 16:48:16 GMT, Phil Race <prr at 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
More information about the client-libs-dev
mailing list