Skip to content

test: make test-http-agent-maxsockets robust

On a slow/busy machine, test-http-agent-maxsockets can fail if the test takes longer than 5 seconds because that is the default value for server.keepAliveTimeout. Disable keepAliveTimeout to make the test robust.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test http

Merge request reports

Loading