From: Tom Hughes Date: Sun, 30 Sep 2012 13:24:28 +0000 (+0100) Subject: Increase allowed time delta in message sending test X-Git-Tag: live~6397 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ab3b4b0437427dce80efd0774c34ac40591c1e3d?hp=ab3b4b0437427dce80efd0774c34ac40591c1e3d Increase allowed time delta in message sending test Only allowing one second can fail sometimes, because if the actual time is close to rolling over to the next second then the message time will be rounded down but Time.now may roll over to the next second before we get to the assertion. ---