Fix flacky test introducd by 29fdb160f3
This commit is contained in:
parent
4baff691b4
commit
64bf167423
@ -927,8 +927,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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user