diff --git a/crates/server/src/rpc.rs b/crates/server/src/rpc.rs index 6d62a0e8d9..e6711fb7b1 100644 --- a/crates/server/src/rpc.rs +++ b/crates/server/src/rpc.rs @@ -1846,7 +1846,7 @@ mod tests { }); } - #[gpui::test(iterations = 100)] + #[gpui::test(iterations = 10)] async fn test_editing_while_guest_opens_buffer( mut cx_a: TestAppContext, mut cx_b: TestAppContext,