Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Ubuntu 10.04
-
Patch Available
Description
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.