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:
parent
adb0f4b4fa
commit
a203b2833c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue