☠☠ backed out by a1ee11df1dc9 ☠ ☠ | |
author | Drew Willcoxon <adw@mozilla.com> |
Wed, 23 Feb 2022 03:43:14 +0000 | |
changeset 608452 | 2316e8b1ed0edc22e2aa86acf539a527e0d670d9 |
parent 608451 | b557ab9ead864b08ec185a2e0e6a82be8fc5afb8 |
child 608453 | 0eeb3355fab579b1f4c4392f75f292c23be53749 |
push id | 39327 |
push user | ccozmuta@mozilla.com |
push date | Wed, 23 Feb 2022 09:38:00 +0000 |
treeherder | mozilla-central@52454ded3095 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | preferences-reviewers, Gijs |
bugs | 1756162 |
milestone | 99.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/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,20 +38,19 @@ const EXPECTED_L10N_IDS = { disabled: "addressbar-header", }, locationBarSuggestionLabel: { enabled: "addressbar-suggest-firefox-suggest", disabled: "addressbar-suggest", }, }; -// Allow more time for Mac machines so they don't time out in verify mode. -if (AppConstants.platform == "macosx") { - requestLongerTimeout(3); -} +// This test can take a while due to the many permutations some of these tasks +// run through, so request a longer timeout. +requestLongerTimeout(10); // 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,