mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 874437 - Increase B2G mochitest leak threshold to 5012 bytes. rs=khuey
This commit is contained in:
parent
5a0921a9b9
commit
eb9d8f131b
@ -756,7 +756,7 @@ class B2GOptions(MochitestOptions):
|
||||
defaults["testPath"] = ""
|
||||
defaults["extensionsToExclude"] = ["specialpowers"]
|
||||
# See dependencies of bug 1038943.
|
||||
defaults["leakThreshold"] = 4964
|
||||
defaults["leakThreshold"] = 5012
|
||||
self.set_defaults(**defaults)
|
||||
|
||||
def verifyRemoteOptions(self, options):
|
||||
|
Loading…
x
Reference in New Issue
Block a user