Kevin Earls created AMQ-3900:
--------------------------------
Summary: Thread.sleep call in TopicProducerFlowControlTest sleeps
too long on Ubuntu, causing test timeout
Key: AMQ-3900
URL: https://issues.apache.org/jira/browse/AMQ-3900
Project: ActiveMQ
Issue Type: Test
Environment: Ubuntu 10.04
Reporter: Kevin Earls
Priority: Minor
Attachments: TopicProducerFlowControlTest.patch
The onMessage() method of this test calls Thread.sleep(1) on every call. On
Ubuntu 10.04 this actually sleeps for an average of 10 milliseconds, which
causes the test to timeout.
I've added a patch which has onMessage() sleep for 100 millisecond on every 100
iterations instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira