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

Commit b653782

Browse files
juliandescottesjasonLaster
authored andcommitted
Update timeout in browser_dbg-babel.js (sync m-c bug 1440102) (#5604)
1 parent a950793 commit b653782

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/mochitest/browser_dbg-babel-scopes.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/* Any copyright is dedicated to the Public Domain.
22
* http://creativecommons.org/publicdomain/zero/1.0/ */
33

4+
// This test can be really slow on debug platforms and should be split.
5+
requestLongerTimeout(4);
6+
47
// Tests loading sourcemapped sources for Babel's compile output.
58

69
async function breakpointScopes(dbg, fixture, { line, column }, scopes) {
@@ -86,8 +89,6 @@ async function assertScopes(dbg, items) {
8689
}
8790

8891
add_task(async function() {
89-
requestLongerTimeout(4);
90-
9192
await pushPref("devtools.debugger.features.map-scopes", true);
9293

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

0 commit comments

Comments
 (0)