mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
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:
parent
83b05f1cbb
commit
55ae7b09e6
1 changed files with 4 additions and 0 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue