increased times
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1631 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
012b72a7f4
commit
bc497c6114
|
@ -59,9 +59,9 @@ public class HttpExchangeTest extends TestCase
|
|||
{
|
||||
startServer();
|
||||
_httpClient=new HttpClient();
|
||||
_httpClient.setIdleTimeout(2000);
|
||||
_httpClient.setTimeout(2500);
|
||||
_httpClient.setConnectTimeout(1000);
|
||||
_httpClient.setIdleTimeout(3000);
|
||||
_httpClient.setTimeout(3500);
|
||||
_httpClient.setConnectTimeout(2000);
|
||||
_httpClient.setConnectorType(HttpClient.CONNECTOR_SELECT_CHANNEL);
|
||||
_httpClient.setMaxConnectionsPerAddress(_maxConnectionsPerAddress);
|
||||
_httpClient.start();
|
||||
|
|
Loading…
Reference in New Issue