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:
committed by
gsxdsm
parent
70aa8b31b7
commit
4d10511418
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user