RFR: 8331682: Increase default timeout value
Artur Barashev
abarashev at openjdk.org
Wed Nov 20 15:01:17 UTC 2024
On Wed, 20 Nov 2024 09:07:40 GMT, Matthias Baesken <mbaesken 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 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
More information about the security-dev
mailing list