fix(FN-4890): refine board-stall notification path

Fusion-Task-Id: FN-4890
Fusion-Task-Lineage: d1ae6585-7df0-481f-83c3-c7cdd45daf4f
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 10:09:41 -07:00
committed by gsxdsm
parent 70aa8b31b7
commit 4d10511418
2 changed files with 18 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ describe("reliability interactions: board stall auto-recovery", () => {
const first = await fixture.selfHeal.runBoardStallAutoRecoverySweep();
expect(first.recovered).toBeGreaterThanOrEqual(0);
(fixture.manager as any).maintenanceTickCounter++;
const second = await fixture.selfHeal.runBoardStallAutoRecoverySweep();
expect(typeof second.unrecovered).toBe("boolean");
} finally {