Increase default connection timeout to 10s#225
Conversation
The default 5s timeout is okay for normal operations, but sometimes it's too short if system is under heavy load or just after resume/unpause (like a preloaded disposable). Increase the default to 10s.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #225 +/- ##
==========================================
+ Coverage 78.91% 78.95% +0.03%
==========================================
Files 55 55
Lines 10531 10531
==========================================
+ Hits 8311 8315 +4
+ Misses 2220 2216 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026032504-4.3&flavor=pull-requests Test run included the following:
Upload failures
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026020304-devel&flavor=update
Failed tests15 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/166096#dependencies 33 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:21 performance degradations
Remaining performance tests:89 tests
|
The default 5s timeout is okay for normal operations, but sometimes it's
too short if system is under heavy load or just after resume/unpause
(like a preloaded disposable). Increase the default to 10s.