Skip to content

test: remove common.busyLoop()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/busyloop into master

This PR builds on https://github.com/nodejs/node/pull/30784 and https://github.com/nodejs/node/pull/30783.

This commit replaces common.busyLoop() with sleep().

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading