Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up LocalOutgoingServerSessionTest
This test uses an older SocketAcceptor, that cannot be interrupted. This means that we wait until SO_TIMEOUT before the test ends. This commit reduces the SO_TIMEOUT value. This runs the risk of introducing instability.
- Loading branch information