Skip to content

Commit

Permalink
More timeout for the changelog test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zweer committed Feb 22, 2024
1 parent dffd170 commit 2a41d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/__tests__/auto-make-changelog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ describe("Auto", () => {

await auto.changelog({ from: "v1.0.0" });
expect(addToChangelog).toHaveBeenCalled();
});
}, 10000);
});

0 comments on commit 2a41d8d

Please sign in to comment.