Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/relations/test/m8-relations.property.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('— cascade is iterative BFS: terminates & visits each entity once, ev
expect(world.handleStats().aliveCount).toBe(0) // every sibling reached & removed once
})

it('a DEEP (100k) deleteSubject chain despawns without recursion (recursion-free cascade)', { timeout: 30_000 }, () => {
it('a DEEP (100k) deleteSubject chain despawns without recursion (recursion-free cascade)', { timeout: 60_000 }, () => {
// /: a deep deleteSubject chain must despawn WITHOUT recursion. The cascade hoists a single
// shared frontier queue; the re-entrant onPreDespawn that host.despawn fires per victim appends to
// that queue and unwinds one frame, so the native stack stays CONSTANT regardless of chain depth. A
Expand Down
Loading