netty5/testsuite/src/test/java/io/netty/testsuite
Trustin Lee c87db9b17a Reduce SO_TIMEOUT of testsuite so it finishes sooner
Motivation:

Testing the OIO transport takes longer time than other transports because it has to wait for SO_TIMEOUT if there is nothing to read.  In production, it's not a good idea to decrease this value (1000ms) because it will result in so many SocketTimeoutExceptions internally, but doing so in the testsuite should be fine.

Modifications:

Reduce the default SO_TIMEOUT of OIO channels to 10 ms.

Result:

Our testsuite finishes sooner.
2014-03-17 10:54:07 +09:00
..
transport Reduce SO_TIMEOUT of testsuite so it finishes sooner 2014-03-17 10:54:07 +09:00
util Move the testsuite classes back to src/test 2014-01-10 15:07:02 +09:00
websockets/autobahn Ensure the HttpResponseEncoder is always placed before the HttpObjectAggregator. Part of [#2219] 2014-03-05 06:58:04 +01:00