JAVA-19058 Review the time of the build - Week 42 - 2022 (moved-18) (#13732)

This commit is contained in:
anuragkumawat
2023-03-30 21:56:27 +05:30
committed by GitHub
parent 76c20e61e5
commit 8edd798024
3 changed files with 4 additions and 3 deletions

View File

@@ -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;