reduced stress on load test

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1720 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2010-05-05 12:31:12 +00:00
parent e565312464
commit 2b03bc5c5b
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ public class WebSocketLoadTest
@Test
public void testLoad() throws Exception
{
int count = 500;
int iterations = 100;
int count = 50;
int iterations = 10;
ExecutorService threadPool = Executors.newCachedThreadPool();
try