Skip to content

Commit 736a9e9

Browse files
committed
test(doctor): allow slow commitments repair check
1 parent 7454c9a commit 736a9e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/doctor-config-flow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ describe("doctor config flow", () => {
18101810
enabled: true,
18111811
maxPerDay: 2,
18121812
});
1813-
});
1813+
}, 300_000);
18141814

18151815
it("preserves discord streaming intent while stripping unsupported keys on repair", async () => {
18161816
const result = await runDoctorConfigWithInput({

0 commit comments

Comments
 (0)