Enlarged client-side idle timeout to avoid failures in slower machines.
This commit is contained in:
parent
45eac1de69
commit
da4a9e4cd8
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue