[ZODB-Dev] Test Failure

Tim Peters tim@zope.com
Fri, 24 May 2002 13:59:09 -0400


[Barry A. Warsaw]
> Tim, does the test pass if you change the time.sleep(1) to
> time.sleep(2) -- or higher?

Nope.  I went as high as time.sleep(30) and it still fails, in the same way.
If it is related to time.time() resolution, time.sleep(1) should have been
plenty, and it's more likely that it needs a new time.sleep() somewhere else
in order to get distinct timestamps.  Or perhaps it has nothing to do with
time.time().  Your turn <wink>.