Skip to content

Conversation

@sbadakhc
Copy link
Contributor

Fixes #370

Changes

  • Increase model test timeout from 15s to 60s
  • Add configurable via COUNCIL_MEMBER_TEST_TIMEOUT env var
  • Update error message to show actual timeout value
  • Fix import order (os import)

Testing

Test should now pass for slower models like codegemma:2b that need more than 15 seconds to respond.

- Increase model test timeout from 15s to 60s (matching MODEL_TIMEOUT)
- Make timeout configurable via COUNCIL_MEMBER_TEST_TIMEOUT env var
- Update error message to show actual timeout value
- Fix import order (os import)

Fixes #370
@sbadakhc sbadakhc self-assigned this Dec 27, 2025
@sbadakhc sbadakhc added component:llm-council LLM Council multi-model orchestration component:cli Command-line interface and tooling labels Dec 27, 2025
@sbadakhc sbadakhc merged commit 2a6884a into main Dec 27, 2025
4 checks passed
@sbadakhc sbadakhc deleted the issue-370/increase-council-test-timeout branch December 27, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:cli Command-line interface and tooling component:llm-council LLM Council multi-model orchestration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Increase council members test timeout to prevent false failures

2 participants