Skip to content

test: fix test-vm-timeout-escape-nextick on slow platforms

Rodrigo Muino Tomonari requested to merge github/fork/Trott/nextick-again into master

Continuing to ratchet up robustness (such as it is) in test-vm-timeout-escape-nexttick: The VM timeout does not need to be large on slow platforms. The wait time in the loop does. Remove common.platformTImeout() multiplier function from vm timeout property.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading