mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Bug 1059175 - Bump the B2G leak threshold to 5116 bytes. rs=khuey, a=bustage
This commit is contained in:
parent
4b1bdee4e9
commit
f26329ee78
@ -743,7 +743,7 @@ class B2GOptions(MochitestOptions):
|
||||
defaults["testPath"] = ""
|
||||
defaults["extensionsToExclude"] = ["specialpowers"]
|
||||
# See dependencies of bug 1038943.
|
||||
defaults["leakThreshold"] = 5084
|
||||
defaults["leakThreshold"] = 5116
|
||||
self.set_defaults(**defaults)
|
||||
|
||||
def verifyRemoteOptions(self, options):
|
||||
|
Loading…
x
Reference in New Issue
Block a user