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
|
@ -400,8 +400,6 @@ public class StressTest extends TestCase
|
||||||
doThreads(10,20,false);
|
doThreads(10,20,false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public void testPersistent() throws Throwable
|
public void testPersistent() throws Throwable
|
||||||
{
|
{
|
||||||
if (_stress)
|
if (_stress)
|
||||||
|
@ -410,7 +408,7 @@ public class StressTest extends TestCase
|
||||||
doThreads(200,400,true);
|
doThreads(200,400,true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
doThreads(100,100,true);
|
doThreads(20,40,true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue