Skip to content

Commit 86f7a52

Browse files
committed
test: Increase global jest timeout to 60000
1 parent ac0ad0c commit 86f7a52

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"jest": {
4343
"rootDir": "./test/jest",
44-
"testTimeout": 40000
44+
"testTimeout": 60000
4545
},
4646
"files": [
4747
"cmds",

test/jest/local.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
const { emacsVersion, TestContext } = require("./helpers");
88

9-
jest.setTimeout(1000 * 60);
10-
119
describe("local", () => {
1210
const cwd = "./test/jest/local";
1311
const ctx = new TestContext(cwd);

0 commit comments

Comments
 (0)