<i18n dev> RFR: 8260555: Change the default TIMEOUT_FACTOR from 4 to 1 [v5]

Albert Mingkun Yang ayang at openjdk.org
Mon Aug 25 13:50:55 UTC 2025


On Mon, 25 Aug 2025 11:40:56 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> while not multiplying a 10x factor with four resulting in a 40x factor.

Why is that undesirable? The base is `(HOLD_TARGET_TIME + 30000)  * 4` and the timeout-factor changes that linearly. Using `max(..., 4)` here may come as a surprise to end users, IMO.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26749#discussion_r2298163658


More information about the i18n-dev mailing list