Fix testSetToNow0 test

setToNow returns the current time with a precision of one second.
currentTimeMillis returns the current time with a precsion of 1 milli-second
These values may be up to 999ms apart if currentTimeMillis is called before
setToNow

Signed-off-by: Chris Dearman <chris@mips.com>
1 file changed