diff --git a/gpui/src/elements/list.rs b/gpui/src/elements/list.rs index 1a86e2935c..34b8427229 100644 --- a/gpui/src/elements/list.rs +++ b/gpui/src/elements/list.rs @@ -654,7 +654,7 @@ mod tests { assert_eq!(state.0.borrow().scroll_top(&logical_scroll_top), 114.); } - #[crate::test(self, iterations = 10000, seed = 0)] + #[crate::test(self, iterations = 10, seed = 0)] fn test_random(cx: &mut crate::MutableAppContext, mut rng: StdRng) { let operations = env::var("OPERATIONS") .map(|i| i.parse().expect("invalid `OPERATIONS` variable"))