On Wed, 20 Nov 2024 09:07:40 GMT, Matthias Baesken <mbaes...@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 it would be helpful to add as well `e.printStackTrace();` to the > exception catch blocks of the test in case of errors? > > btw you need probably a new JBS issue because JDK-8331682 is already taken > for the previous change AFAIK. Hi @MBaesken! I've added stack trace print. Please let me know if this patch resolves your issue. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22263#issuecomment-2488804191