Bug 1066609 Various Loop xpcshell tests will perma-fail when Gecko 35 merges to beta (turn off throttling for tests). r=abr

This commit is contained in:
Mark Banner 2014-09-18 10:45:38 +01:00
parent 52e8706507
commit 240fe3f9ac

View File

@ -26,6 +26,7 @@ var loopServer;
// Ensure loop is always enabled for tests
Services.prefs.setBoolPref("loop.enabled", true);
Services.prefs.setBoolPref("loop.throttled", false);
function setupFakeLoopServer() {
loopServer = new HttpServer();