Enlarged client-side idle timeout to avoid failures in slower machines.

This commit is contained in:
Simone Bordet 2016-06-13 19:14:37 +02:00
parent 45eac1de69
commit da4a9e4cd8
1 changed files with 1 additions and 0 deletions

View File

@ -588,6 +588,7 @@ public class ConnectHandlerTest extends AbstractConnectHandlerTest
"\r\n";
try (Socket socket = newSocket())
{
socket.setSoTimeout((int)idleTimeout);
OutputStream output = socket.getOutputStream();
InputStream input = socket.getInputStream();