back down the defaults of this test case again

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@261 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-05-22 14:27:19 +00:00
parent adb0f4b4fa
commit a203b2833c
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(50,15,false);
doThreads(10,5,false);
}
@ -351,7 +351,7 @@ public class StressTest extends TestCase
doThreads(200,400,true);
}
else
doThreads(50,50,true);
doThreads(15,15,true);
}
private class SuspendHandler extends HandlerWrapper