Increase timeout for test_random_blocks (#50724)

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

Release Notes:

- N/A
This commit is contained in:
Cole Miller
2026-03-04 12:25:12 -05:00
committed by GitHub
parent 83b05f1cbb
commit 55ae7b09e6
+4
View File
@@ -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 }