feat(FN-5063): merge fusion/fn-5063

This commit is contained in:
gsxdsm
2026-05-18 15:51:01 -07:00
parent aad1219037
commit 6fc0f5cebc
16 changed files with 617 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ describe("TaskStore", () => {
} finally {
harness.store().stopWatching();
}
}, 60_000);
}, 120_000);
it("cache is updated when polling is active even without fs.watch", async () => {
await harness.store().watch();