Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to 5, until bug 728294 lands; r=me DONTBUILD

This commit is contained in:
Ed Morley 2012-08-02 16:48:22 +01:00
parent 6c93983420
commit 7b6abe08ee

View File

@ -426,7 +426,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 = 4
MAX_LEAK_COUNT = 5
def __init__(self, logger):
self.logger = logger