Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
consumer.receive() is a blocking call and if it fails, it will block for ever. Need to set timeout at the bare minimum to force the test to fail incase of failure rather than timing out.