fix: resolve CI failures (test timeout & formatting)

This commit is contained in:
meaningfool
2026-01-12 17:39:48 +01:00
committed by Peter Steinberger
parent da95b58a2a
commit f249a82383
3 changed files with 404 additions and 275 deletions

View File

@@ -803,7 +803,7 @@ describe("runCronIsolatedAgentTurn", () => {
sendMessageIMessage: vi.fn(),
};
// Long content after HEARTBEAT_OK should still be delivered.
const longContent = `Important alert: ${"a".repeat(400)}`;
const longContent = `Important alert: ${"a".repeat(500)}`;
vi.mocked(runEmbeddedPiAgent).mockResolvedValue({
payloads: [{ text: `HEARTBEAT_OK ${longContent}` }],
meta: {