mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1121263 - Bump the leak threshold again for test_ipc. r=RyanVM
CLOSED TREE
This commit is contained in:
parent
3c3096880e
commit
4504972ef2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user