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

Commit

Permalink
Extend babel- timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Apr 11, 2018
1 parent 776424d commit 85f0273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/test/mochitest/browser_dbg-babel-preview.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/ */

// Tests for preview through Babel's compile output.
requestLongerTimeout(3);

function getCoordsFromPosition(cm, { line, ch }) {
return cm.charCoords({ line: ~~line, ch: ~~ch });
}
Expand Down
2 changes: 1 addition & 1 deletion src/test/mochitest/browser_dbg-babel-scopes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* http://creativecommons.org/publicdomain/zero/1.0/ */

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

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

Expand Down

0 comments on commit 85f0273

Please sign in to comment.