Skip to content

test: remove err timer from test-http-set-timeout

Checklist
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Removed the errorTimer from test-http-set-timeout.js, as this timer is not necessary to test the setTimeout functionality.

Also edited the console.log message on line 8 to log the correct timeout duration.

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

Merge request reports

Loading