No bug - reduce MAX_LEAK_COUNT to match the status quo

This commit is contained in:
Dão Gottwald 2012-03-09 11:39:11 +01:00
parent cb38ddd217
commit b2a028fe6f

View File

@ -459,7 +459,7 @@ class ShutdownLeakLogger(object):
DOM windows (that are still around after test suite shutdown, despite running
the GC) to the tests that created them and prints leak statistics.
"""
MAX_LEAK_COUNT = 123
MAX_LEAK_COUNT = 120
def __init__(self, logger):
self.logger = logger