Skip to content

test: fix flaky test-vm-timeout-escape-nexttick

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-24120-moar into master

Increase the VM timeout. If it is too small, the VM does not exit before the code has a chance to create the problematic condition that causes the timeout to be ignored.

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

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

Merge request reports

Loading