On Wed, 20 Nov 2024 01:23:10 GMT, Artur Barashev <abaras...@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