fix: update stale timeout test fixtures for new 45/60 min defaults

This commit is contained in:
MoerAI
2026-03-23 21:00:59 +09:00
parent fda17dd161
commit 6d7f69625b
2 changed files with 5 additions and 5 deletions
@@ -3027,10 +3027,10 @@ describe("BackgroundManager.checkAndInterruptStaleTasks", () => {
prompt: "Test",
agent: "test-agent",
status: "running",
startedAt: new Date(Date.now() - 25 * 60 * 1000),
startedAt: new Date(Date.now() - 50 * 60 * 1000),
progress: {
toolCalls: 1,
lastUpdate: new Date(Date.now() - 21 * 60 * 1000),
lastUpdate: new Date(Date.now() - 46 * 60 * 1000),
},
}