mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
jetty-9 - HTTP client: make SSL load test to wait more for completion.
This commit is contained in:
parent
9275af7bc4
commit
953f283bce
@ -61,7 +61,6 @@ public class HttpClientLoadTest extends AbstractHttpClientServerTest
|
||||
@Test
|
||||
public void testIterative() throws Exception
|
||||
{
|
||||
|
||||
start(new LoadHandler());
|
||||
|
||||
client.setMaxConnectionsPerAddress(32768);
|
||||
@ -90,7 +89,7 @@ public class HttpClientLoadTest extends AbstractHttpClientServerTest
|
||||
}
|
||||
testThread.interrupt();
|
||||
}
|
||||
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 200), TimeUnit.MILLISECONDS);
|
||||
}, iterations * ("http".equalsIgnoreCase(scheme) ? 10 : 500), TimeUnit.MILLISECONDS);
|
||||
|
||||
long begin = System.nanoTime();
|
||||
for (int i = 0; i < iterations; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user