Trying to figure out who is failing NioServerSocketShutdownTimeTest ..

This commit is contained in:
Trustin Lee 2008-11-20 11:50:01 +00:00
parent 8ac3b2905d
commit c979563dcd

View File

@ -73,10 +73,10 @@ public class NioServerSocketShutdownTimeTest {
DummyHandler handler = new DummyHandler();
bootstrap.getPipeline().addLast("dummy", handler);
long startTime = System.currentTimeMillis();
Channel channel = bootstrap.bind();
long startTime = System.currentTimeMillis();
Socket socket = null;
try {
socket = new Socket(