mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 970307: Part 4: Increase leak checking threshold. r=nfroyd
This commit is contained in:
parent
1359f79b7f
commit
3ca2122adb
@ -809,7 +809,7 @@ class B2GOptions(MochitestOptions):
|
||||
defaults["testPath"] = ""
|
||||
defaults["extensionsToExclude"] = ["specialpowers"]
|
||||
# See dependencies of bug 1038943.
|
||||
defaults["defaultLeakThreshold"] = 5180
|
||||
defaults["defaultLeakThreshold"] = 5308
|
||||
self.set_defaults(**defaults)
|
||||
|
||||
def verifyRemoteOptions(self, options):
|
||||
|
Loading…
Reference in New Issue
Block a user