Trying to figure out who is failing NioServerSocketShutdownTimeTest ..
This commit is contained in:
parent
8ac3b2905d
commit
c979563dcd
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user