Tests: increase embedded runner timeout

This commit is contained in:
rohan nagpal 2026-01-24 16:03:30 +00:00 committed by Peter Steinberger
parent 53c4bc106c
commit 45d2debd3f
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ Docs: https://docs.clawd.bot
- Messaging: keep newline chunking safe for fenced markdown blocks across channels.
- Tests: cap Vitest workers on CI macOS to reduce timeouts.
- Tests: avoid fake-timer dependency in embedded runner stream mock to reduce CI flakes.
- Tests: increase embedded runner ordering test timeout to reduce CI flakes.
## 2026.1.23-1

View File

@ -213,7 +213,7 @@ describe("runEmbeddedPiAgent", () => {
itIfNotWin32(
"persists the first user message before assistant output",
{ timeout: 60_000 },
{ timeout: 120_000 },
async () => {
const sessionFile = nextSessionFile();
const cfg = makeOpenAiConfig(["mock-1"]);