diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index 9957c65..1acb43b 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -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.