Skip to content

aix, test: prolong debugged child process

Rodrigo Muino Tomonari requested to merge github/fork/jBarz/master.aix into master

On AIX, there is a possibility that the child process is done before the parent debugger can connect to it. So prolong the child process by factor of 2.

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

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

Merge request reports

Loading