Bug 1038943: Update the b2g mochitest leak threshold. r=me a=me

This commit is contained in:
Kyle Huey 2014-08-05 19:20:48 -07:00
Родитель 0963f4f5c2
Коммит 59db9b97e6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -756,7 +756,7 @@ class B2GOptions(MochitestOptions):
defaults["testPath"] = ""
defaults["extensionsToExclude"] = ["specialpowers"]
# See dependencies of bug 1038943.
defaults["leakThreshold"] = 5200
defaults["leakThreshold"] = 5099
self.set_defaults(**defaults)
def verifyRemoteOptions(self, options):