increase history; fix test

This commit is contained in:
AI Christianson 2025-02-12 15:01:02 -05:00
parent dc079c5d0e
commit 6f9ed9562d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def run_interactive_command(cmd: List[str]) -> Tuple[bytes, int]:
cols, rows = 80, 24
# Instantiate HistoryScreen with a large history (scrollback) buffer.
screen = HistoryScreen(cols, rows, history=1000, ratio=0.5)
screen = HistoryScreen(cols, rows, history=15000, ratio=0.5)
stream = pyte.Stream(screen)
# Open a new pseudo-tty.