You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Steve Loughran <st...@iseran.com> on 2002/03/02 00:44:00 UTC

ExecuteWatchdogTest on MPU

A change to the log shows the problem:

    [junit] elapse time of 5000 ms is less than timeout value of 5000 ms

On 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>