RFR: 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout [v2]
Guoxiong Li
gli at openjdk.org
Wed May 10 15:13:23 UTC 2023
On Wed, 10 May 2023 15:02:54 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Yes, local env shows `time out`. The jtreg's default timeout is `480s`, so I increase it to `600s`.
>
> 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`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1190055830
More information about the hotspot-runtime-dev
mailing list