mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 22:13:31 +00:00
Bug 1035454, part 1 - Increase the leak threshold for tab processes. r=khuey
This commit is contained in:
parent
ba3b5a6b55
commit
33e272fd3a
@ -612,7 +612,7 @@ class MochitestOptions(optparse.OptionParser):
|
||||
|
||||
options.leakThresholds = {
|
||||
"default": options.defaultLeakThreshold,
|
||||
"tab": 10000, # See dependencies of bug 1051230.
|
||||
"tab": 20000, # See dependencies of bug 1051230.
|
||||
"geckomediaplugin": 1000, # GMP rarely gets a log, but when it does, it leaks a little.
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user