On Tue, 4 Oct 2022 07:04:42 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
>> This PR reduces the execution time of ProxyAuthTest. >> >> Before this change the test always required at least 3 minutes to complete >> (6x 30 seconds timeout in `SSLSocketTemplate`'s `sslServerSocket.accept()`). >> After this change the test does not open a server socket when it is not >> necessary. >> >> The test continues to pass. > > Daniel Jeliński has updated the pull request incrementally with one > additional commit since the last revision: > > Update copyright Thanks, copyright updated. Also I'm going to remove JDK-8280104 here; the timeout was not the only issue there. ------------- PR: https://git.openjdk.org/jdk/pull/10539