back down the defaults of this test case

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@260 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-05-22 14:21:24 +00:00
parent 57e21c2c00
commit adb0f4b4fa
1 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ public class StressTest extends TestCase
doThreads(200,100,false);
}
else
doThreads(100,25,false);
doThreads(50,15,false);
}
@ -351,7 +351,7 @@ public class StressTest extends TestCase
doThreads(200,400,true);
}
else
doThreads(100,100,true);
doThreads(50,50,true);
}
private class SuspendHandler extends HandlerWrapper