Skip to content

Respect the Client's configured connect_timeout value#1327

Merged
quinnj merged 1 commit into
masterfrom
fe/connect
Jul 3, 2026
Merged

Respect the Client's configured connect_timeout value#1327
quinnj merged 1 commit into
masterfrom
fe/connect

Conversation

@fredrikekre

Copy link
Copy Markdown
Member

Since connect_timeout have a different non-zero default value compared
to the other timeouts we never picked up the value from the Client since
it looked like the connect_timeout = 30 was always explicitly set by the
caller.

Co-authored-by: Claude Code noreply@anthropic.com

Since connect_timeout have a different non-zero default value compared
to the other timeouts we never picked up the value from the Client since
it looked like the connect_timeout = 30 was always explicitly set by the
caller.

Co-authored-by: Claude Code <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.08%. Comparing base (6665dc9) to head (6d9a68c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1327      +/-   ##
==========================================
+ Coverage   88.04%   88.08%   +0.03%     
==========================================
  Files          30       30              
  Lines       11841    11847       +6     
==========================================
+ Hits        10425    10435      +10     
+ Misses       1416     1412       -4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@quinnj quinnj merged commit 296f7f5 into master Jul 3, 2026
8 checks passed
@quinnj quinnj deleted the fe/connect branch July 3, 2026 12:15
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