提交 064f740d 编写于 作者: J juh

8021418: Intermittent: SSLSocketSSLEngineTemplate.java test fails with timeout

Reviewed-by: xuelei, wetmore
Contributed-by: rajan.halade@oracle.com
上级 59cb2023
......@@ -206,7 +206,9 @@ public class SSLSocketSSLEngineTemplate {
private void runTest(boolean direct) throws Exception {
boolean serverClose = direct;
serverSocket = new ServerSocket(0);
serverSocket = new ServerSocket();
serverSocket.setReuseAddress(false);
serverSocket.bind(null);
int port = serverSocket.getLocalPort();
Thread thread = createClientThread(port, serverClose);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册