Bug 1121263 - Bump the leak threshold again for test_ipc. r=RyanVM

CLOSED TREE
This commit is contained in:
Andrew McCreight 2015-01-16 09:30:43 -08:00
parent 3c3096880e
commit 4504972ef2

View File

@ -668,7 +668,7 @@ class MochitestOptions(optparse.OptionParser):
# Bug 1121539 - OSX-only intermittent tab process leak in test_ipc.html
if mozinfo.isMac:
options.leakThresholds["tab"] = 50000
options.leakThresholds["tab"] = 100000
return options