author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Mon, 15 Oct 2018 08:22:16 +0000 | |
changeset 441239 | 6c9eb32ab7ed9291f2bdb55f9aa66ea5b00d7e0d |
parent 441238 | cd606d8bb763dbe1a1e4db45918bf3774d97f24a |
child 441240 | 63123603efb86845916f5b92c2ac5cc7e89883bc |
push id | 70971 |
push user | archaeopteryx@coole-files.de |
push date | Mon, 15 Oct 2018 08:39:16 +0000 |
treeherder | autoland@6c9eb32ab7ed [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | johannh |
bugs | 1498862 |
milestone | 64.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/base/content/test/performance/browser_preferences_usage.js | file | annotate | diff | comparison | revisions |
--- a/browser/base/content/test/performance/browser_preferences_usage.js +++ b/browser/base/content/test/performance/browser_preferences_usage.js @@ -103,17 +103,17 @@ add_task(async function startup() { }, // Disabling screenshots in the default test profile triggers some // work in the chrome registry that reads this pref. This can be removed // when bootstrapped extensions are gone, or even when screenshots // moves away from bootstrap (bug 1422437) "chrome.override_package.global": { min: 0, - max: 50, + max: 70, }, }; let startupRecorder = Cc["@mozilla.org/test/startuprecorder;1"].getService().wrappedJSObject; await startupRecorder.done; ok(startupRecorder.data.prefStats, "startupRecorder has prefStats");