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

Commit

Permalink
Update timeout in browser_dbg-babel.js (sync m-c bug 1440102)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Mar 5, 2018
1 parent 55cba7e commit 41795ba
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 41795ba

Please sign in to comment.