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:
Simone Bordet 2012-09-20 18:33:43 +02:00
parent 7f448c22be
commit 6de7398d48
1 changed files with 1 additions and 1 deletions

View File

@ -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<>();