Ethan Li created STORM-3651:
-------------------------------
Summary: Give producerTasks in ExecutorTransferMultiThreadingTest
more time to finish
Key: STORM-3651
URL: https://issues.apache.org/jira/browse/STORM-3651
Project: Apache Storm
Issue Type: Test
Reporter: Ethan Li
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
{code:java}
executorService.awaitTermination(100, TimeUnit.MILLISECONDS);
{code}
We should increase it. This is just the maximum wait time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)