mirror of
https://github.com/Narcooo/inkos.git
synced 2026-09-21 13:29:37 +08:00
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:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user