Skip to content

Commit 658b52c

Browse files
committed
ci: Just increase it since no idea why it fails
1 parent 83309d8 commit 658b52c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/jest/install.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const { emacsVersion, TestContext } = require("./helpers");
22

3-
jest.setTimeout(1000 * 60 * 10);
4-
jest.useRealTimers();
3+
jest.setTimeout(1000 * 60 * 10000);
54

65
describe("install and uninstall", () => {
76
describe("in ./install", () => {

test/jest/install/Eask

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu"))
3737

3838
;; Recipe install
39-
;; (depends-on "watch-cursor"
40-
;; :repo "jcs-elpa/watch-cursor" :fetcher 'github)
39+
(depends-on "watch-cursor"
40+
:repo "jcs-elpa/watch-cursor" :fetcher 'github)
4141
;; (depends-on "organize-imports-java"
4242
;; :repo "jcs-elpa/organize-imports-java"
4343
;; :fetcher 'github

0 commit comments

Comments
 (0)