Bug 1035454 - increase the tab process leak threshold to 2MB while we deal with landing fallout. r= CLOSED TREE

This commit is contained in:
Andrew McCreight 2014-10-16 10:05:23 -07:00
Родитель faf8b8adce
Коммит 8a97b14202
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -612,7 +612,7 @@ class MochitestOptions(optparse.OptionParser):
options.leakThresholds = {
"default": options.defaultLeakThreshold,
"tab": 20000, # See dependencies of bug 1051230.
"tab": 2000000, # See dependencies of bug 1051230.
"geckomediaplugin": 1000, # GMP rarely gets a log, but when it does, it leaks a little.
}