On Wed, 3 Sep 2025 03:18:28 GMT, SendaoYan <s...@openjdk.org> wrote: > Hi all, > > Test sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java create 10 > java processes, and maybe this cause this test timed out when run this test > with other jtreg tests concurrently. Though the run time statistics shows > that it do not run timed out, but it did on the brink of timed out. > > After JDK-8260555 change the default jtreg timeout factor from 4 to 1, I > think it's necessary to change the timeout value in > sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java from 120(default > value) to 240, to avoid this test run timed out intermittently.
This pull request has now been integrated. Changeset: 11743b1e Author: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/11743b1ed3d681ce17c2342616c4040c4b539b31 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8366695: Test sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out Reviewed-by: lmesnik, kevinw ------------- PR: https://git.openjdk.org/jdk/pull/27064