EfficiencyMonitoringThreadFactoryUnitTests thing keeps timing out unnecessary

This commit is contained in:
Mark DePristo 2012-09-07 11:03:00 -04:00
parent d62eca5d92
commit f25bf0f927
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import java.util.concurrent.TimeUnit;
*/
public class EfficiencyMonitoringThreadFactoryUnitTest extends BaseTest {
// the duration of the tests -- 100 ms is tolerable given the number of tests we are doing
private final static long THREAD_TARGET_DURATION_IN_MILLISECOND = 10000;
private final static long THREAD_TARGET_DURATION_IN_MILLISECOND = 100000;
private final static int MAX_THREADS = 4;
final static Object GLOBAL_LOCK = new Object();