Revert part of bug 460548, increasing the leak to 75000 again.

This commit is contained in:
Justin Dolske 2008-12-17 14:21:36 -08:00
Родитель f2a8a199ed
Коммит 6b13bb2da9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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