test(core): give heavy memory-sync integration test load-tolerant timeout

Full writeNextChapter pipeline + sqlite memory.db + structured-state
projections runs ~4s; the 5s default times out under parallel-suite CPU
contention. Bump to 20s (behavior unchanged).
This commit is contained in:
Ma
2026-06-03 13:59:14 +08:00
parent 3ed89960f6
commit 1d725b1af2
@@ -313,5 +313,8 @@ describe("PipelineRunner structured-state memory sync", () => {
events: "Lin Yue follows the debt into the watchtower archive.",
}),
]);
});
// Heavy end-to-end test (full writeNextChapter pipeline + sqlite memory.db +
// structured-state projections). The 5s default is too tight for this under
// parallel-suite CPU contention; give it explicit headroom.
}, 20000);
});