Skip to content

Commit 83309d8

Browse files
committed
ci: try using a real timer
1 parent 16c58aa commit 83309d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jest/install.test.js

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

33
jest.setTimeout(1000 * 60 * 10);
4+
jest.useRealTimers();
45

56
describe("install and uninstall", () => {
67
describe("in ./install", () => {

0 commit comments

Comments
 (0)