revert 521e2b4d97b8 given workaround from bug 1193922

--HG--
extra : rebase_source : bba70f332a76b53ded3db6e956cad4faf3423663
This commit is contained in:
Karl Tomlinson 2015-09-01 18:38:07 +12:00
Родитель 72bf6e31a4
Коммит 17f4cfb8c4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -736,7 +736,7 @@ class MochitestArguments(ArgumentContainer):
options.leakThresholds = {
"default": options.defaultLeakThreshold,
"tab": 14000, # See dependencies of bug 1051230.
"tab": 10000, # See dependencies of bug 1051230.
# GMP rarely gets a log, but when it does, it leaks a little.
"geckomediaplugin": 20000,
}