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:
parent
e565312464
commit
2b03bc5c5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue