Bug 749361 - reduce MAX_LEAK_COUNT to match the status quo. r=ttaubert

This commit is contained in:
Dão Gottwald 2012-04-27 03:45:49 +02:00
parent b584765c50
commit 04e88ebd8a

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 = 121
MAX_LEAK_COUNT = 23
def __init__(self, logger):
self.logger = logger