A change to the log shows the problem:
[junit] elapse time of 5000 ms is less than timeout value of 5000 msOn an MPU box the elapsed time can exactly equal the timeout value because the different threads can be running on different boxes. changing the test from elapsed>timeout to elapsed>=timeout would work, but I have patched in support for 200mS of clock error, just as for <sleep> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
