]> git.openstreetmap.org Git - rails.git/commitdiff
Increase allowed time delta in message sending test
authorTom Hughes <tom@compton.nu>
Sun, 30 Sep 2012 13:24:28 +0000 (14:24 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 30 Sep 2012 13:24:28 +0000 (14:24 +0100)
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.


No differences found