RA.Aid/tests/ra_aid
Ariel Frischer 581dc4b761 feat: add `--test-cmd-timeout` option to specify timeout for test command execution
This change introduces a new command-line option `--test-cmd-timeout` to allow users to set a timeout for the execution of test commands. The default timeout is set to 300 seconds. This enhancement provides users with more control over the execution time of their test commands, helping to prevent indefinite hangs during testing.

Additionally, the codebase has been updated to utilize this new timeout setting in relevant areas, ensuring consistent behavior across the application.
2025-02-17 11:03:19 -08:00
..
agents Adjust token/bytes ratio to resolve errors on swebench-lite. 2025-02-08 08:07:37 -05:00
console feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
proc feat: add `--test-cmd-timeout` option to specify timeout for test command execution 2025-02-17 11:03:19 -08:00
tools feat: add `--test-cmd-timeout` option to specify timeout for test command execution 2025-02-17 11:03:19 -08:00
test_agent_utils.py refactor: clean up imports and improve code formatting for better readability 2025-02-01 13:00:15 -08:00
test_default_provider.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_env.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_llm.py feat: add `--test-cmd-timeout` option to specify timeout for test command execution 2025-02-17 11:03:19 -08:00
test_main.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_programmer.py feat: add `--test-cmd-timeout` option to specify timeout for test command execution 2025-02-17 11:03:19 -08:00
test_provider_integration.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_tool_configs.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00
test_utils.py feat(Makefile): add commands for code checking and fixing using ruff (#63) 2025-01-29 16:38:58 -05:00