RFR: 8331682: Increase default timeout value

Matthias Baesken mbaesken at openjdk.org
Wed Nov 20 09:10:17 UTC 2024


On Wed, 20 Nov 2024 01:23:10 GMT, Artur Barashev <abarashev at openjdk.org> wrote:

> SAP complains about SSLSocketNoServerHelloClientShutdown timing out in their test environment (concurrent test execution with high CPU load). This change addresses this issue in 2 ways:
> - Increase default timeout value
> - Allow adjustment of timeout value by setting "test.timeout.factor" system property

Hi Artur, thanks for preparing the patch. I will put this into our patch/test queue to see if this solves our problems.
Maybe we  it would be helpful to add as well  `e.printStackTrace();`   to the exception catch block in case of errors?

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

PR Comment: https://git.openjdk.org/jdk/pull/22263#issuecomment-2487963737


More information about the security-dev mailing list