Skip to content

test: fix flaky test-http-agent-keepalive

Remove timeout delay causing flakiness on SmartOS.

The key change is the setTimeout->setImmediate in line 21. The rest of the changes are just opportunistic updates.

Fixes: https://github.com/nodejs/node/issues/4492

Merge request reports

Loading