mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 21:32:10 +03:00
PR #3907 lowered the test assertions for fetchKeepAliveTimeoutMs from 4000 to 1000 expecting DEFAULT_FETCH_KEEPALIVE_TIMEOUT_MS to drop to 1000, but the source change was reverted on review (kept at 4000, with keepAliveMaxTimeout pinning instead). The test was left asserting 1000, turning the unit suite red release-wide. Align the assertions back to the shipped source value (4000).