Fix flacky test introducd by 29fdb160f33776c76f0b46aada48a9c9f3babcbf
This commit is contained in:
parent
4baff691b4
commit
64bf167423
@ -927,8 +927,8 @@ public class DefaultChannelPipelineTest {
|
|||||||
pipeline1.fireUserEventTriggered("");
|
pipeline1.fireUserEventTriggered("");
|
||||||
latch.await();
|
latch.await();
|
||||||
} finally {
|
} finally {
|
||||||
defaultGroup.shutdownGracefully().syncUninterruptibly();
|
defaultGroup.shutdownGracefully(0, 0, TimeUnit.SECONDS).syncUninterruptibly();
|
||||||
eventExecutors.shutdownGracefully().syncUninterruptibly();
|
eventExecutors.shutdownGracefully(0, 0, TimeUnit.SECONDS).syncUninterruptibly();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user