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:
Greg Wilkins 2009-10-01 06:50:54 +00:00
parent 440e584870
commit c41639a848
1 changed files with 1 additions and 3 deletions

View File

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