test: tighten slow test timeouts and cleanup

This commit is contained in:
Peter Steinberger
2026-02-24 01:16:43 +00:00
parent 6c43d0a08e
commit e5931554bf
6 changed files with 10 additions and 9 deletions

View File

@@ -244,7 +244,7 @@ describe("runEmbeddedPiAgent", () => {
it(
"appends new user + assistant after existing transcript entries",
{ timeout: 90_000 },
{ timeout: 20_000 },
async () => {
const sessionFile = nextSessionFile();
const sessionKey = nextSessionKey();