Increase probability of creating new files in randomized test

Antonio Scandurra created

Change summary

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

Detailed changes

crates/collab/src/integration_tests.rs 🔗

@@ -6391,7 +6391,7 @@ impl TestClient {
                         buffers.extend(search.await?.into_keys());
                     }
                 }
-                60..=69 => {
+                60..=79 => {
                     let worktree = project
                         .read_with(cx, |project, cx| {
                             project