[Zope-Checkins] CVS: Zope/lib/python/Products/Transience/tests - testTransientObjectContainer.py:1.12

Fred L. Drake, Jr. fred@zope.com
Thu, 30 Jan 2003 17:13:42 -0500


Update of /cvs-repository/Zope/lib/python/Products/Transience/tests
In directory cvs.zope.org:/tmp/cvs-serv9091

Modified Files:
	testTransientObjectContainer.py 
Log Message:
Make a note on the slowest test that gets run on the Zope 2 trunk,
just in case someone can make it take less time.
(This one takes 40 seconds of an 11-minute test run for me.)


=== Zope/lib/python/Products/Transience/tests/testTransientObjectContainer.py 1.11 => 1.12 ===
--- Zope/lib/python/Products/Transience/tests/testTransientObjectContainer.py:1.11	Wed Aug 14 18:25:14 2002
+++ Zope/lib/python/Products/Transience/tests/testTransientObjectContainer.py	Thu Jan 30 17:13:40 2003
@@ -285,6 +285,7 @@
                 if self.t.has_key(x): assert 1==2,"failed to delete %s" % x
 
     def testChangingTimeoutWorks(self):
+        # XXX This test takes nearly 40 seconds on my machine!
         # 1 minute
         for x in range(10, 110):
             self.t[x] = x