Skip to content

fix: propagate --timeout to OllamaProvider HttpClient#1

Merged
mrviduus merged 1 commit intomainfrom
fix/ollama-http-timeout
Feb 6, 2026
Merged

fix: propagate --timeout to OllamaProvider HttpClient#1
mrviduus merged 1 commit intomainfrom
fix/ollama-http-timeout

Conversation

@vasylvd
Copy link
Collaborator

@vasylvd vasylvd commented Feb 6, 2026

HttpClient default timeout (100s) was killing Ollama requests before the CLI --timeout (default 60s) had a chance to apply. Now the timeout value flows through ChatClientFactory into OllamaProvider, setting HttpClient.Timeout to match. Default bumped to 600s for local models processing large test failure logs.

HttpClient default timeout (100s) was killing Ollama requests before
the CLI --timeout (default 60s) had a chance to apply. Now the timeout
value flows through ChatClientFactory into OllamaProvider, setting
HttpClient.Timeout to match. Default bumped to 600s for local models
processing large test failure logs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Owner

@mrviduus mrviduus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@mrviduus mrviduus merged commit 4166bd8 into main Feb 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants