From 677e3ca3ad9c4f2de360cc5afe17a9bdc634f515 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Sat, 28 Jul 2012 16:22:47 +0100 Subject: [PATCH] Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to something less annoying, until bug 728294 lands; r=me DONTBUILD on a CLOSED TREE --- build/automationutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/automationutils.py b/build/automationutils.py index e2fad5d6d7e..3e874b78060 100644 --- a/build/automationutils.py +++ b/build/automationutils.py @@ -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