Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently in ExecutorTransferMultiThreadingTest, we only wait for 100ms for the producerTasks to finish. Sometimes it is not enough in case of lack of cpu resources
executorService.awaitTermination(100, TimeUnit.MILLISECONDS);
We should increase it. This is just the maximum wait time.