tests(tui): longer timeout for wrap ansi test

This commit is contained in:
ethernet 2026-07-09 14:37:58 -04:00
parent c008f41bb9
commit 74c69dc8ed

View file

@ -68,7 +68,7 @@ describe('cursor-drift regression — composer cursorLayout matches Ink renderin
).toEqual(expected)
}
}
}, 10_000)
}, 30_000)
it('keeps cursor on the same row when text exactly fills the terminal width', () => {
// wrap-ansi does NOT push exact-fill text onto a phantom next line.