RFR: 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout [v2]

Daniel D. Daugherty dcubed at openjdk.org
Wed May 10 15:27:27 UTC 2023


On Wed, 10 May 2023 15:10:03 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> Not quite. The default JTREG timeout is 120 seconds and the default timeoutFactor
>> value that we use is 4 for a total timeout value of 480 seconds. If your test runs
>> indicate the need for a total timeout value of 600 seconds, then you should use:
>> 
>>  * @run driver/timeout=150
>
> I had tried `@run driver/timeout=480`, but the test failed. Then I used `timeout=600`, the test passed. So I set it to `600`.

What is your environment's timeoutFactor value?
Also, how are you running the test?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1190068523


More information about the hotspot-runtime-dev mailing list