fix(windows): stabilize native coverage watchers

This commit is contained in:
Tianyi Cui
2026-08-08 21:26:38 +08:00
parent ded7f8ffd1
commit b1ccca71ef
9 changed files with 58 additions and 30 deletions

View File

@@ -1055,7 +1055,7 @@ describe('SubagentService.listDescendants', () => {
})
it('walks a deeply nested ordinary-session chain without consuming the call stack', async () => {
it('walks a deeply nested ordinary-session chain without consuming the call stack', { timeout: 20_000 }, async () => {
const { ctx, parent } = await setup([])
const depth = 10_000
let parentId = parent.id