Skip to content

Commit d2f96e5

Browse files
committed
chore: increase timeout even further
1 parent d1d5113 commit d2f96e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/jest/docker.test.js

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

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

55
describe("docker", () => {
66
const ctx = new TestContext("./test/jest/docker");

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(60000);
3+
jest.setTimeout(1000 * 360);
44

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

test/jest/local.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
jest.setTimeout(60000);
9+
jest.setTimeout(1000 * 60);
1010

1111
describe("local", () => {
1212
const cwd = "./test/jest/local";

0 commit comments

Comments
 (0)