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();
|
DummyHandler handler = new DummyHandler();
|
||||||
bootstrap.getPipeline().addLast("dummy", handler);
|
bootstrap.getPipeline().addLast("dummy", handler);
|
||||||
|
|
||||||
long startTime = System.currentTimeMillis();
|
|
||||||
|
|
||||||
Channel channel = bootstrap.bind();
|
Channel channel = bootstrap.bind();
|
||||||
|
|
||||||
|
long startTime = System.currentTimeMillis();
|
||||||
|
|
||||||
Socket socket = null;
|
Socket socket = null;
|
||||||
try {
|
try {
|
||||||
socket = new Socket(
|
socket = new Socket(
|
||||||
|
Loading…
Reference in New Issue
Block a user