mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Bug 435743: Increase expected browser-chrome leaks to compensate for bug 473802. r=ted
This commit is contained in:
parent
4337f12680
commit
e71d024e7e
@ -467,7 +467,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 = 74500
|
||||
options.leakThreshold = 76500
|
||||
elif options.a11y:
|
||||
# We don't leak running the --a11y tests.
|
||||
options.leakThreshold = 0
|
||||
|
Loading…
Reference in New Issue
Block a user