jetty-9 - HTTP client: reducing the number of requests for the load test, as it seems the SSL version is never able to pass cleanly.
This commit is contained in:
parent
7f448c22be
commit
6de7398d48
|
@ -67,7 +67,7 @@ public class HttpClientLoadTest extends AbstractHttpClientServerTest
|
|||
client.setMaxQueueSizePerAddress(1024 * 1024);
|
||||
|
||||
Random random = new Random();
|
||||
int iterations = 1000;
|
||||
int iterations = 200;
|
||||
CountDownLatch latch = new CountDownLatch(iterations);
|
||||
List<String> failures = new ArrayList<>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue