JAVA-19058 Review the time of the build - Week 42 - 2022 (moved-18) (#13732)
This commit is contained in:
@@ -2,7 +2,8 @@ package com.baeldung.concurrent.prioritytaskexecution;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class PriorityJobSchedulerUnitTest {
|
||||
//Converted to ManualTest due to thread sleep
|
||||
public class PriorityJobSchedulerManualTest {
|
||||
private static final int POOL_SIZE = 1;
|
||||
private static final int QUEUE_SIZE = 10;
|
||||
|
||||
Reference in New Issue
Block a user