Bug 1236414 - Re-enable browser_crashedTabs.js with longer timeout. r=me

MozReview-Commit-ID: FlXemvsEMCM
This commit is contained in:
Mike Conley 2016-02-11 15:29:53 -05:00
parent 0e038f6ce7
commit 3ab40382ea
2 changed files with 2 additions and 5 deletions

View File

@ -77,7 +77,7 @@ run-if = e10s
[browser_cleaner.js]
[browser_cookies.js]
[browser_crashedTabs.js]
skip-if = true # bug 1236414
skip-if = !e10s || !crashreporter
[browser_unrestored_crashedTabs.js]
skip-if = !e10s || !crashreporter
[browser_revive_crashed_bg_tabs.js]

View File

@ -3,7 +3,7 @@
"use strict";
requestLongerTimeout(2);
requestLongerTimeout(10);
const PAGE_1 = "data:text/html,<html><body>A%20regular,%20everyday,%20normal%20page.";
const PAGE_2 = "data:text/html,<html><body>Another%20regular,%20everyday,%20normal%20page.";
@ -17,9 +17,6 @@ registerCleanupFunction(() => {
// Allow tabs to restore on demand so we can test pending states
Services.prefs.clearUserPref("browser.sessionstore.restore_on_demand");
// Running this test in ASAN is slow.
requestLongerTimeout(2);
function clickButton(browser, id) {
info("Clicking " + id);