Commit ef221252 authored by Fred Drake's avatar Fred Drake

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.)
parent 1404860c
......@@ -285,6 +285,7 @@ class TestTransientObjectContainer(TestBase):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment