netty5/handler/src
Chris Vest 584d674acd Bump initial timeouts in SSLEngineTest (#11221)
Motivation:
We've seen (very rare) flaky test failures due to timeouts.
They are too rare to analyse properly, but a theory is that on overloaded, small cloud CI instances, it can sometimes take a surprising amount of time to start a thread.
It could be that the event loop thread is getting an unlucky schedule, and takes seconds to start, causing the timeouts to elapse.

Modification:
Increase the initial timeouts in the SSLEngineTest, that could end up waiting for the event loop thread to start.
Also fix a few simple warnings from Intellij.

Result:
Hopefully we will not see these tests be flaky again.
2021-05-05 15:15:17 +02:00
..
main ReferenceCountedOpenSslEngine unwrap handshake complete status fix (#11210) 2021-04-29 10:08:11 +02:00
test Bump initial timeouts in SSLEngineTest (#11221) 2021-05-05 15:15:17 +02:00