Skip to content

Conversation

nesitor
Copy link
Member

@nesitor nesitor commented Jul 25, 2025

Fix: Increased Server connection timeout.

Self proofreading checklist

  • The new code clear, easy to read and well commented.
  • New code does not duplicate the functions of builtin or popular libraries.
  • An LLM was used to review the new code and look for simplifications.
  • New classes and functions contain docstrings explaining what they provide.
  • All new code is covered by relevant tests.
  • Documentation has been updated regarding these changes.
  • Dependencies update in the project.toml have been mirrored in the Debian package build script packaging/Makefile

Changes

Increased Server connection timeout to 5 minutes (300.000ms)

How to test

Establish a waiting connection and check that after 5 minutes waiting it finishes the connection.

@nesitor nesitor requested a review from olethanh July 25, 2025 10:27
@nesitor nesitor self-assigned this Jul 25, 2025
Copy link

codecov bot commented Jul 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.80%. Comparing base (87df619) to head (d9ed184).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #825   +/-   ##
=======================================
  Coverage   64.80%   64.80%           
=======================================
  Files          87       87           
  Lines        8021     8021           
  Branches      716      716           
=======================================
  Hits         5198     5198           
  Misses       2590     2590           
  Partials      233      233           

☔ View full report in Codecov by Sentry.
📢 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.

@nesitor nesitor merged commit cebba2e into main Jul 29, 2025
50 of 52 checks passed
@nesitor nesitor deleted the andres-fix-increase_server_timeout branch July 29, 2025 14:44
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