less stress
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@959 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
440e584870
commit
c41639a848
|
@ -399,8 +399,6 @@ public class StressTest extends TestCase
|
|||
else
|
||||
doThreads(10,20,false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void testPersistent() throws Throwable
|
||||
{
|
||||
|
@ -410,7 +408,7 @@ public class StressTest extends TestCase
|
|||
doThreads(200,400,true);
|
||||
}
|
||||
else
|
||||
doThreads(100,100,true);
|
||||
doThreads(20,40,true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue