mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to something less annoying, until bug 728294 lands; r=me DONTBUILD on a CLOSED TREE
This commit is contained in:
parent
1bd2d8da61
commit
20d737e7b9
@ -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 = 3
|
||||
MAX_LEAK_COUNT = 4
|
||||
|
||||
def __init__(self, logger):
|
||||
self.logger = logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user