Bug 1309212 - request longer timeout for browser_inspector_select-last-selected.js;r=pbro draft
authorJulian Descottes <jdescottes@mozilla.com>
Fri, 14 Oct 2016 18:13:26 +0200
changeset 426032 04915986442fda54dc4b6786f56546ba0c3b16c1
parent 426031 9398368334be3138ea37bb7f715d292784b58156
child 534067 49ed5504a32188eee26317f1502efc268746cf14
push id32590
push userjdescottes@mozilla.com
push dateMon, 17 Oct 2016 16:34:51 +0000
reviewerspbro
bugs1309212
milestone52.0a1
Bug 1309212 - request longer timeout for browser_inspector_select-last-selected.js;r=pbro MozReview-Commit-ID: ESkcPYh2iQ9
devtools/client/inspector/test/browser_inspector_select-last-selected.js
--- a/devtools/client/inspector/test/browser_inspector_select-last-selected.js
+++ b/devtools/client/inspector/test/browser_inspector_select-last-selected.js
@@ -1,15 +1,17 @@
 /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
 /* vim: set ts=2 et sw=2 tw=80: */
 /* 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);
+
 // Checks that the expected default node is selected after a page navigation or
 // a reload.
 var PAGE_1 = URL_ROOT + "doc_inspector_select-last-selected-01.html";
 var PAGE_2 = URL_ROOT + "doc_inspector_select-last-selected-02.html";
 
 // An array of test cases with following properties:
 // - url: URL to navigate to. If URL == content.location, reload instead.
 // - nodeToSelect: a selector for a node to select before navigation. If null,