mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
change timeout back to default for a more common fingerprint
This commit is contained in:
parent
26ad85c261
commit
805f31c772
1 changed files with 0 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue