315157973 removed a comment on pull request #9231:
URL: https://github.com/apache/pulsar/pull/9231#issuecomment-762515009


   I add a timeout period to each unit test so that I can determine which test 
has the problem and fix it.
   We can set  test suite timeout in this way, but the global timeout makes it 
impossible for us to determine which test is the problem.
   ```
   <suite name="Time test Suite" time-out="500" verbose="1" >
     <test name="Timeout Test" >
       <classes>
         <class name="xxx.TimeoutSuite" />
       </classes>
     </test>
   </suite>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to