Skip to content

test: allow for slow hosts in spawnSync() test

Rodrigo Muino Tomonari requested to merge github/fork/Trott/mitigate into master

test-child-process-spawnsync-timeout failed from time to time on Raspberry Pi devices. Use common.platformTimeout() to allow a little more time to run on resource-constrained hosts.

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

test child_process

Merge request reports

Loading