Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/AgenttyTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ agentty_fold_test(palette_render_probe TIMEOUT 30)
agentty_fold_test(thread_delete_test TIMEOUT 30)
agentty_fold_test(diff_review_test TIMEOUT 30)
agentty_fold_test(reveal_freeze_gate_probe TIMEOUT 30)
agentty_fold_test(test_ghost_caret_runtime TIMEOUT 30 UNIX_LIBS util)
agentty_fold_test(toolset_e2e_test TIMEOUT 120)
agentty_fold_test(subagent_report_test TIMEOUT 60)
agentty_fold_test(plugin_disabled_tools_test TIMEOUT 60)
Expand Down
2 changes: 1 addition & 1 deletion maya
Submodule maya updated from 549fe6 to 77c76b
1 change: 1 addition & 0 deletions tests/agentty_standalone_tests.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FOLD_NOARGS(thread_delete_test)
FOLD_NOARGS(diff_review_test)
FOLD_NOARGS(cross_process_lock_test)
FOLD_NOARGS(reveal_freeze_gate_probe)
FOLD_NOARGS(test_ghost_caret_runtime)
FOLD_NOARGS(toolset_e2e_test)
FOLD_NOARGS(subagent_report_test)
FOLD_NOARGS(plugin_disabled_tools_test)
Expand Down
Loading
Loading