Bug 1340448 - Fix intermittent timeout of browser_flash_block_lists.js draft
authorKirk Steuber <ksteuber@mozilla.com>
Fri, 17 Feb 2017 09:34:34 -0800
changeset 486363 735531e4583934432a2173436f4b6a28be2c585b
parent 486102 df9a0acc26486790c8794b787c764654d32c3f9c
child 546233 248fed80e09097c651afcd455aa914619328524a
push id45971
push userksteuber@mozilla.com
push dateFri, 17 Feb 2017 22:12:37 +0000
bugs1340448
milestone54.0a1
Bug 1340448 - Fix intermittent timeout of browser_flash_block_lists.js MozReview-Commit-ID: InSc42mWEJN
toolkit/components/url-classifier/tests/browser/browser_flash_block_lists.js
--- a/toolkit/components/url-classifier/tests/browser/browser_flash_block_lists.js
+++ b/toolkit/components/url-classifier/tests/browser/browser_flash_block_lists.js
@@ -1,13 +1,13 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 "use strict";
-requestLongerTimeout(2);
+requestLongerTimeout(3);
 
 var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
 
 Cu.import("resource://gre/modules/Task.jsm");
 Cc["@mozilla.org/moz/jssubscript-loader;1"]
   .getService(Ci.mozIJSSubScriptLoader)
   .loadSubScript("chrome://mochitests/content/browser/toolkit/components/url-classifier/tests/browser/classifierHelper.js",
                  this);