mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-19 15:18:03 +00:00
tests(tui): longer timeout for wrap ansi test
This commit is contained in:
parent
c008f41bb9
commit
74c69dc8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue