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

Commit 85f0273

Browse files
committed
Extend babel- timeouts
1 parent 776424d commit 85f0273

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 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+
// Tests for preview through Babel's compile output.
5+
requestLongerTimeout(3);
6+
47
function getCoordsFromPosition(cm, { line, ch }) {
58
return cm.charCoords({ line: ~~line, ch: ~~ch });
69
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* http://creativecommons.org/publicdomain/zero/1.0/ */
33

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

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

0 commit comments

Comments
 (0)