EfficiencyMonitoringThreadFactoryUnitTests thing keeps timing out unnecessary
This commit is contained in:
parent
d62eca5d92
commit
f25bf0f927
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue