fix : Increases the wait time for test cases when the server side is down

pull/1006/head
pizihao 3 years ago
parent 8c7237e5e7
commit 3a6c79c95f

@ -35,6 +35,7 @@ public class NettyServerSupportTest {
}
Assert.assertTrue(support.isActive());
support.close();
ThreadUtil.sleep(1000L);
Assert.assertFalse(support.isActive());
}

Loading…
Cancel
Save