Skip to content

Commit 4626cf3

Browse files
committed
ci: Increase timeout for config tests
1 parent 3b85c3b commit 4626cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest/config.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe("config param", () => {
4444
fs.constants.COPYFILE_EXCL, // throw if init.el already exists
4545
);
4646
await ctx.runEask("install -c spinner ivy beacon company-fuzzy", {
47-
timeout: 35000,
47+
timeout: 120000,
4848
});
4949
});
5050

0 commit comments

Comments
 (0)