352684 setters

This commit is contained in:
Greg Wilkins 2011-07-22 00:31:48 +10:00
parent 42b9baa4db
commit 4ba35e330e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class ThreadMonitorTest
public void monitorTest() throws Exception
{
ThreadMonitor monitor = new ThreadMonitor(1,50,2)
ThreadMonitor monitor = new ThreadMonitor(1000,50,2)
{
@Override
protected void dump(List<ThreadInfo> threads)