fix(tests): shorten long-lived connection test timeouts and update certificate metadata timestamps

This commit is contained in:
2026-01-31 02:01:23 +00:00
parent fb0584e68d
commit 9146d7c758
5 changed files with 18 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-01-31 - 22.4.2 - fix(tests)
shorten long-lived connection test timeouts and update certificate metadata timestamps
- Reduced test timeouts from 6570s to 60s and shortened internal waits from ~6165s to 55s to ensure tests complete within CI runner limits (files changed: test/test.long-lived-connections.ts, test/test.websocket-keepalive.node.ts).
- Updated log message to reflect the new 55s wait.
- Bumped certificate metadata timestamps in certs/static-route/meta.json (issueDate, savedAt, expiryDate).
## 2026-01-30 - 22.4.1 - fix(smartproxy)
improve certificate manager mocking in tests, enhance IPv6 validation, and record initial bytes for connection metrics