Greg Stein <gst...@gmail.com> writes:

> We turn off the client sleeping for a second (via that crazy env var)
> during the test suite.

That doesn't affect this test.  The timestamps involved are commit times
which are not limited by filesystem resolution but by internal clock
resolution.

> How about for this *one* test, we just insert: time.sleep(1)

We already have a 1.1s sleep.  That's because the test was written using
timestamp manipulation that was limited to whole seconds.  It was buggy
and I fixed it by getting the svn:date which has sub-second resolution.

I suppose we could increase the sleep to 2.1s and continue to use whole
second manipulations.  I'm a bit reluctant to do that since the the
sleep is already the main contribution to runtime of checkout_tests.py
on my machine.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com

Reply via email to