[Zope3-checkins] CVS: Zope3/src/zodb/storage/tests - version.py:1.9

Tim Peters tim.one@comcast.net
Mon, 28 Apr 2003 12:17:17 -0400


Update of /cvs-repository/Zope3/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv18517/src/zodb/storage/tests

Modified Files:
	version.py 
Log Message:
testPackVersionReachable():  This was failing sporadically on Win2K,
due to the coarseness of time.time() on Windows.


=== Zope3/src/zodb/storage/tests/version.py 1.8 => 1.9 ===
--- Zope3/src/zodb/storage/tests/version.py:1.8	Tue Apr 22 11:23:12 2003
+++ Zope3/src/zodb/storage/tests/version.py	Mon Apr 28 12:17:17 2003
@@ -418,6 +418,7 @@
         root["d"] = MinPO("d")
         get_transaction().commit()
 
+        snooze()
         self._storage.pack(time.time())
         cn.sync()
         cn._cache.clear()