Increase timeout for `test_random_blocks` (#50724)

Cole Miller created

See https://github.com/zed-industries/zed/actions/runs/22679055818

Release Notes:

- N/A

Change summary

.config/nextest.toml | 4 ++++
1 file changed, 4 insertions(+)

Detailed changes

.config/nextest.toml 🔗

@@ -42,3 +42,7 @@ slow-timeout = { period = "300s", terminate-after = 1 }
 [[profile.default.overrides]]
 filter =  'package(editor) and test(test_random_split_editor)'
 slow-timeout = { period = "300s", terminate-after = 1 }
+
+[[profile.default.overrides]]
+filter =  'package(editor) and test(test_random_blocks)'
+slow-timeout = { period = "300s", terminate-after = 1 }