netty5/common
Norman Maurer aa0451d26d Fix flaky GlobalEventExecutorTest.* (#9074)
Motivation:

In GlobalEventExecutorTest we used Thread.sleep(...) which can produce flaky results (as seen on the CI). We should use another alternative during tests.

Modifications:

Replace Thread.sleep(...) with join()

Result:

No more flaky GlobalEventExecutor tests.
2019-04-29 08:33:18 +02:00
..
src Fix flaky GlobalEventExecutorTest.* (#9074) 2019-04-29 08:33:18 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00