Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T00:47:30.129Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

nextest.toml

49 lines · 2.1 KB · toml
1[profile.default]
2slow-timeout = { period = "60s", terminate-after = 1 }
3
4[test-groups]
5sequential-db-tests = { max-threads = 1 }
6
7[[profile.default.overrides]]
8filter = 'package(db)'
9test-group = 'sequential-db-tests'
10
11# Run slowest tests first.
12#
13[[profile.default.overrides]]
14filter = 'package(worktree) and test(test_random_worktree_changes)'
15priority = 100
16
17[[profile.default.overrides]]
18filter = 'package(collab) and (test(random_project_collaboration_tests) or test(random_channel_buffer_tests) or test(test_contact_requests) or test(test_basic_following))'
19priority = 99
20
21[[profile.default.overrides]]
22filter = 'package(extension_host) and test(test_extension_store_with_test_extension)'
23priority = 99
24
25# Extended timeouts for tests that were timing out at 60s
26[[profile.default.overrides]]
27filter = 'test(test_rainbow_bracket_highlights) or test(test_wrapped_invisibles_drawing) or test(test_basic_following) or test(test_random_diagnostics_blocks)'
28slow-timeout = { period = "300s", terminate-after = 1 }
29
30[[profile.default.overrides]]
31filter = 'package(extension_host) and test(test_extension_store_with_test_extension)'
32slow-timeout = { period = "300s", terminate-after = 1 }
33
34[[profile.default.overrides]]
35filter = 'package(language_model) and test(test_from_image_downscales_to_default_5mb_limit)'
36slow-timeout = { period = "300s", terminate-after = 1 }
37
38[[profile.default.overrides]]
39filter = 'package(vim) and (test(test_command_read) or test(test_capital_f_and_capital_t) or test(test_f_and_t) or test(test_change_paragraph_object) or test(test_change_surrounding_character_objects) or test(test_change_word_object) or test(test_delete_paragraph_object) or test(test_delete_surrounding_character_objects) or test(test_delete_word_object))'
40slow-timeout = { period = "300s", terminate-after = 1 }
41
42[[profile.default.overrides]]
43filter =  'package(editor) and test(test_random_split_editor)'
44slow-timeout = { period = "300s", terminate-after = 1 }
45
46[[profile.default.overrides]]
47filter =  'package(editor) and test(test_random_blocks)'
48slow-timeout = { period = "300s", terminate-after = 1 }
49
Served at tenant.openagents/omega Member data and write actions are omitted.