diff --git a/crates/editor/src/display_map.rs b/crates/editor/src/display_map.rs index 14fa4a9146da5665f8e75a0defba3c96a6d58680..e0ead1267442703491a666de37a1d167e70b4f42 100644 --- a/crates/editor/src/display_map.rs +++ b/crates/editor/src/display_map.rs @@ -619,7 +619,7 @@ mod tests { } } - #[gpui::test] + #[gpui::test(retries = 5)] fn test_soft_wraps(cx: &mut MutableAppContext) { cx.foreground().set_block_on_ticks(usize::MAX..=usize::MAX); cx.foreground().forbid_parking();