Bug 544601 - Double the timeout in browser_480148.js to survive on slow Windows slaves, r=zpao, a=orange

This commit is contained in:
Phil Ringnalda 2010-10-09 20:23:36 -07:00
parent f9d8278908
commit bd2a2925f0

View File

@ -46,6 +46,7 @@ function browserWindowsCount() {
function test() {
/** Test for Bug 484108 **/
requestLongerTimeout(2);
is(browserWindowsCount(), 1, "Only one browser window should be open initially");
let ss = Cc["@mozilla.org/browser/sessionstore;1"].getService(Ci.nsISessionStore);