netty5/buffer/src
Norman Maurer b83ffcc447 Add timeout to PooledByteBufAllocatorTest
Motivation:

Some tests in PooledByteBufAllocatorTest are blocking on a CountDownLatch. We should use a timeout on these tests so these will not block forever on a failure.

Modifications:

Add timeout param to @Test annotation

Result:

Have sane timeouts on tests.
2016-05-20 21:52:53 +02:00
..
main/java/io/netty/buffer Correctly implement DefaultByteBufHolder.equals(...) and hashCode() 2016-05-20 21:43:40 +02:00
test/java/io/netty/buffer Add timeout to PooledByteBufAllocatorTest 2016-05-20 21:52:53 +02:00