RFR: 8367365: java/math/BigInteger/BigIntegerTest.java failed in jtreg timeout
Alan Bateman
alanb at openjdk.org
Thu Sep 11 09:29:46 UTC 2025
On Thu, 11 Sep 2025 08:55:02 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
> This PR
> * Moves sqrt() and nthRoot() tests to a new subset.
> * Removes a leftover `@run` tag without a timeout.
> * Increases the explicit timeout from 400 to 480.
> * Sorts the jtreg tags according to standard conventions.
test/jdk/java/math/BigInteger/BigIntegerTest.java line 32:
> 30: * @library /test/lib
> 31: * @build jdk.test.lib.RandomFactory
> 32: * @run main/timeout=480 BigIntegerTest
Should the timeoutFactor change have adjusted this from 400 to 1600?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27211#discussion_r2339733700
More information about the core-libs-dev
mailing list