From 77a9412e71669f8ef681c6c2b654bde939b2f1be Mon Sep 17 00:00:00 2001 From: Justin Dolske Date: Wed, 17 Dec 2008 14:21:36 -0800 Subject: [PATCH] Revert part of bug 460548, increasing the leak to 75000 again. --- testing/mochitest/runtests.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mochitest/runtests.py.in b/testing/mochitest/runtests.py.in index 67ed80461..64a5dc73b 100644 --- a/testing/mochitest/runtests.py.in +++ b/testing/mochitest/runtests.py.in @@ -460,7 +460,7 @@ def maybeForceLeakThreshold(options): elif options.browserChrome: # We still leak a nondeterministic amount running browser-chrome tests. # But we are close to 0 (bug), so start to prevent/detect regressions. (Bug 460548) - options.leakThreshold = 74000 + options.leakThreshold = 75000 elif options.a11y: # We don't leak running the --a11y tests. options.leakThreshold = 0 -- 2.11.4.GIT