Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Update timeout in browser_dbg-babel.js (sync m-c bug 1440102) #5604

Merged
merged 1 commit into from
Mar 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/test/mochitest/browser_dbg-babel-scopes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */

// This test can be really slow on debug platforms and should be split.
requestLongerTimeout(4);

// Tests loading sourcemapped sources for Babel's compile output.

async function breakpointScopes(dbg, fixture, { line, column }, scopes) {
Expand Down Expand Up @@ -86,8 +89,6 @@ async function assertScopes(dbg, items) {
}

add_task(async function() {
requestLongerTimeout(2);

await pushPref("devtools.debugger.features.map-scopes", true);

const dbg = await initDebugger("doc-babel.html");
Expand Down