Skip to content

test: fix setTimeout, add const, remove unused var

Rodrigo Muino Tomonari requested to merge github/fork/sidthekidder/master into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test/parallel/test-domain.js

Description of change

Added 1ms delay for setTimeout and setInterval, instead of default 0. Changed var->const in 4 places. Removed unused function parameter.

Merge request reports

Loading