On Mon, 22 Mar 2021 10:45:34 GMT, Sibabrata Sahoo <ssa...@openjdk.org> wrote:
> The Test getting timeout intermittently because the SO_TIMEOUT of 5 seconds > set on sslServerSocket. This time interval could be inadequate when the > machine is too busy. Also it looks setting SO_TIMEOUT is unnecessary here. So > the statement has been removed. This pull request has now been integrated. Changeset: 036ae0ea Author: Sibabrata Sahoo <ssa...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/036ae0ea Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod 8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out Reviewed-by: xuelei, rhalade, hchao ------------- PR: https://git.openjdk.java.net/jdk/pull/3116