RFR: 8368373: Test H3MalformedResponseTest.testMalformedResponse intermittent timed out [v2]
SendaoYan
syan at openjdk.org
Tue Sep 23 14:36:15 UTC 2025
On Tue, 23 Sep 2025 13:38:42 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> @sendaoYan is this test run with a timeout factor > 1 in the configuration where it fails?
>> If so a possibility could also be to use `Utils.adjustTimeout` to adjust the timeout with the timeout factor.
>
> I see from the log that timeoutFactor is 2.0 - so if the test passes with a timeout of 20 instead of 10, using `Utils.adjustTimeout` might be preferable as it will extend the timeout on those configurations where timeoutFactor is even greater.
Thanks the advice. Timeout 20 make test run passed steady. PR has been updated,
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27447#discussion_r2372534386
More information about the net-dev
mailing list