Skip to content

Commit c1fa5f5

Browse files
committed
ci: further increase timeout
1 parent d2f96e5 commit c1fa5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/install.test.js

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

3-
jest.setTimeout(1000 * 360);
3+
jest.setTimeout(1000 * 60 * 10);
44

55
describe("install and uninstall", () => {
66
describe("in ./install", () => {

0 commit comments

Comments
 (0)