Add test timeout (#6612)

Add an overall test timeout of 30s.
This commit is contained in:
pakrym-oai
2025-11-14 09:30:37 -08:00
committed by GitHub
parent 799364de87
commit 4ba562d2dd
2 changed files with 10 additions and 0 deletions

View File

@@ -1721,6 +1721,7 @@ mod tests {
use ratatui::layout::Rect;
#[test]
#[ignore = "very slow"]
fn composer_input_renders_typed_characters() {
let mut composer = ComposerInput::new();
let key = KeyEvent::new(KeyCode::Char('a'), KeyModifiers::NONE);