fix: resolve CI failures (test timeout & formatting)
This commit is contained in:
committed by
Peter Steinberger
parent
da95b58a2a
commit
f249a82383
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user