Fix flacky test introducd by 29fdb160f3

This commit is contained in:
Norman Maurer 2016-07-07 22:52:35 +02:00
parent e7f0dd3683
commit 83d52604a2

View File

@ -923,8 +923,8 @@ public class DefaultChannelPipelineTest {
pipeline1.fireUserEventTriggered("");
latch.await();
} finally {
defaultGroup.shutdownGracefully().syncUninterruptibly();
eventExecutors.shutdownGracefully().syncUninterruptibly();
defaultGroup.shutdownGracefully(0, 0, TimeUnit.SECONDS).syncUninterruptibly();
eventExecutors.shutdownGracefully(0, 0, TimeUnit.SECONDS).syncUninterruptibly();
}
}