author | smolnar <smolnar@mozilla.com> |
Wed, 23 Feb 2022 18:55:11 +0200 | |
changeset 608535 | a1ee11df1dc9664c570cd3a06723628efd2eee77 |
parent 608534 | a470e4f70f8082de0cde04a18402ef7e065eff58 |
child 608536 | c62d380928788ae2a3b015b249ca6ae8a8984e51 |
push id | 158369 |
push user | smolnar@mozilla.com |
push date | Wed, 23 Feb 2022 16:57:22 +0000 |
treeherder | autoland@a1ee11df1dc9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | backout |
bugs | 1756162 |
milestone | 99.0a1 |
backs out | 2316e8b1ed0edc22e2aa86acf539a527e0d670d9 |
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/components/preferences/tests/browser_privacy_firefoxSuggest.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/preferences/tests/browser_privacy_firefoxSuggest.js +++ b/browser/components/preferences/tests/browser_privacy_firefoxSuggest.js @@ -38,19 +38,20 @@ const EXPECTED_L10N_IDS = { disabled: "addressbar-header", }, locationBarSuggestionLabel: { enabled: "addressbar-suggest-firefox-suggest", disabled: "addressbar-suggest", }, }; -// This test can take a while due to the many permutations some of these tasks -// run through, so request a longer timeout. -requestLongerTimeout(10); +// Allow more time for Mac machines so they don't time out in verify mode. +if (AppConstants.platform == "macosx") { + requestLongerTimeout(3); +} // The following tasks check the visibility of the Firefox Suggest UI based on // the value of the feature pref. See doVisibilityTest(). add_task(async function historyToOffline() { await doVisibilityTest({ initialScenario: "history", initialExpectedVisibility: false,