On Mon, 3 Oct 2022 14:35:46 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. This pull request has now been integrated. Changeset: 43dbf589 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/43dbf5899b455acf7c665d221564c4d4dff7dea4 Stats: 12 lines in 1 file changed: 11 ins; 0 del; 1 mod 8186765: Speed up test sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java Reviewed-by: dfuchs, jpai ------------- PR: https://git.openjdk.org/jdk/pull/10539