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