On Mon, 22 Sep 2025 12:54:09 GMT, Jaikiran Pai <[email protected]> wrote:
>> Hi all, >> >> After [JDK-8260555](https://bugs.openjdk.org/browse/JDK-8260555) changed the >> default TIMEOUT_FACTOR from 4 to 1, test java/io/FileDescriptor/Sync.java >> intermittent timed out when run with other test simultancely. >> >> If I run this test seperately, it shows that test exhaust about 40+ seconds >> to finish on linux-x64 machine with release jdk build. >> >> This PR change the test count from 10_000 to 1_000, this will make test >> exhaust less time to finish. I think 1_000 will be enough. > > This looks reasonable to me. Please wait for either Aleksey @shipilev or Alan > @AlanBateman to review this, before integrating. Please also add a > "noreg-self" label to the JBS issue. Thanks for the reviews @jaikiran @shipilev @RogerRiggs ------------- PR Comment: https://git.openjdk.org/jdk/pull/27344#issuecomment-3321984098
