netty5/transport-native-epoll/src
Norman Maurer d8658989e1 Use smaller connect timeout to speed up tests.
Motivation:

For on tests we expected a ConnectTimeoutException but used the default timeout of 10 seconds. This slows down testing.

Modifications:

Use connect timeout of 1 second in unit test.

Result:

Faster execution of unit test.
2016-03-06 17:47:38 +01:00
..
main Enable shutdownOutput for EpollDomainSocketChannel 2016-02-18 18:05:51 -08:00
test/java/io/netty/channel Use smaller connect timeout to speed up tests. 2016-03-06 17:47:38 +01:00