提交 679bbc46 编写于 作者: C coffeys

8016728: TEST_BUG:...

8016728: TEST_BUG: test/java/rmi/transport/closeServerSocket/CloseServerSocket.java failing intermittently
Reviewed-by: chegar
上级 9eb1ae29
......@@ -58,7 +58,7 @@ public class CloseServerSocket implements Remote {
verifyPortInUse(PORT);
UnicastRemoteObject.unexportObject(registry, true);
System.err.println("- unexported registry");
Thread.sleep(1); // work around BindException (bug?)
Thread.sleep(1000); // work around BindException (bug?)
verifyPortFree(PORT);
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册