test: extend vitest timeouts

This commit is contained in:
Peter Steinberger
2026-01-16 03:11:02 +00:00
parent 16bc4cdef3
commit f449115ec5
4 changed files with 5 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ vi.mock("../runtime.js", () => ({
}));
describe("cron cli", () => {
it("trims model and thinking on cron add", { timeout: 15_000 }, async () => {
it("trims model and thinking on cron add", { timeout: 30_000 }, async () => {
callGatewayFromCli.mockClear();
const { registerCronCli } = await import("./cron-cli.js");