mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 01:52:44 +00:00
test: tighten slow test timeouts and cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user