Closed
Description
Every time I run the suite I see this failure:
=== release test-http-client-timeout-option-with-agent ===
Path: parallel/test-http-client-timeout-option-with-agent
assert.js:351
throw err;
^
AssertionError [ERR_ASSERTION]: duration 2992ms less than timeout 3000ms
at ClientRequest.req.on.common.mustCall (node/test/parallel/test-http-client-timeout-option-with-agent.js:46:12)
at ClientRequest.<anonymous> (node/test/common/index.js:368:15)
at ClientRequest.emit (events.js:197:13)
at Socket.emitRequestTimeout (_http_client.js:666:40)
at Object.onceWrapper (events.js:285:13)
at Socket.emit (events.js:197:13)
at Socket._onTimeout (net.js:422:8)
at listOnTimeout (timers.js:324:15)
at processTimers (timers.js:268:5)
Command: out/Release/node node/test/parallel/test-http-client-timeout-option-with-agent.js
cc @Trott who messed with the timers in this test last