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.
|
- Messaging: keep newline chunking safe for fenced markdown blocks across channels.
|
||||||
- Tests: cap Vitest workers on CI macOS to reduce timeouts.
|
- 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: 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
|
## 2026.1.23-1
|
||||||
|
|
||||||
|
|||||||
@ -213,7 +213,7 @@ describe("runEmbeddedPiAgent", () => {
|
|||||||
|
|
||||||
itIfNotWin32(
|
itIfNotWin32(
|
||||||
"persists the first user message before assistant output",
|
"persists the first user message before assistant output",
|
||||||
{ timeout: 60_000 },
|
{ timeout: 120_000 },
|
||||||
async () => {
|
async () => {
|
||||||
const sessionFile = nextSessionFile();
|
const sessionFile = nextSessionFile();
|
||||||
const cfg = makeOpenAiConfig(["mock-1"]);
|
const cfg = makeOpenAiConfig(["mock-1"]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user