Reduce number of iterations on `test_editing_while_guest_opens_buffer`

Antonio Scandurra created

I think this was mistakenly increased as part of some other change.

Change summary

crates/server/src/rpc.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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,