author | Ehsan Akhgari <ehsan@mozilla.com> |
Wed, 30 Dec 2015 20:42:03 -0500 | |
changeset 278041 | 9a7d0ebb4a6a6ef2416ce100330fc30a0d381791 |
parent 278040 | 545d3e68ae69592048bfd688e820ddd5fbde9e85 |
child 278042 | 5b1d8d96b01851c23d6c06d8d761e0c767345e6b |
push id | 69670 |
push user | eakhgari@mozilla.com |
push date | Thu, 31 Dec 2015 03:28:53 +0000 |
treeherder | mozilla-inbound@38570110c321 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1164242 |
milestone | 46.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/components/sessionstore/test/browser_600545.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/sessionstore/test/browser_600545.js +++ b/browser/components/sessionstore/test/browser_600545.js @@ -1,12 +1,14 @@ /* 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/. */ +requestLongerTimeout(2); + var stateBackup = JSON.parse(ss.getBrowserState()); function test() { /** Test for Bug 600545 **/ waitForExplicitFinish(); testBug600545(); }