Tests: increase embedded runner timeout
This commit is contained in:
parent
53c4bc106c
commit
45d2debd3f
@ -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
|
||||
|
||||
|
||||
@ -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"]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user