test: extend vitest timeouts
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user