simplified test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1285 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
f03dce5432
commit
c5adaf5937
|
@ -121,9 +121,6 @@ public class QueuedThreadPoolTest extends TestCase
|
|||
assertTrue(threads<10);
|
||||
Thread.sleep(1100);
|
||||
assertTrue(tp.getThreads()<threads);
|
||||
threads=tp.getThreads();
|
||||
Thread.sleep(1100);
|
||||
assertTrue(tp.getThreads()<threads);
|
||||
|
||||
for (int i=9;i<jobs.length;i++)
|
||||
jobs[i]._running=false;
|
||||
|
|
Loading…
Reference in New Issue