From 4504972ef2887215a2a2bbddebb5ddce86560c21 Mon Sep 17 00:00:00 2001 From: Andrew McCreight Date: Fri, 16 Jan 2015 09:30:43 -0800 Subject: [PATCH] Bug 1121263 - Bump the leak threshold again for test_ipc. r=RyanVM CLOSED TREE --- testing/mochitest/mochitest_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mochitest/mochitest_options.py b/testing/mochitest/mochitest_options.py index ec88b81302e5..8b8c649d4509 100644 --- a/testing/mochitest/mochitest_options.py +++ b/testing/mochitest/mochitest_options.py @@ -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