change timeout back to default for a more common fingerprint

This commit is contained in:
oneflux 2025-04-21 15:45:09 -07:00
parent 26ad85c261
commit 805f31c772

View file

@ -524,15 +524,6 @@ defaultPref("browser.newtabpage.activity-stream.feeds.section.topstories", false
// (bug 1424372)
defaultPref("devtools.jsonview.enabled", false);
// Increase the APZ content response timeout in tests to 1 minute.
// This is to accommodate the fact that test environments tends to be
// slower than production environments (with the b2g emulator being
// the slowest of them all), resulting in the production timeout value
// sometimes being exceeded and causing false-positive test failures.
//
// (bug 1176798, bug 1177018, bug 1210465)
defaultPref("apz.content_response_timeout", 60000);
// Indicate that the download panel has been shown once so that
// whichever download test runs first doesnt show the popup
// inconsistently.