mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
The sea tests are only run sequentially to avoid taking too much disk space. When there is enough disk space, however, it's better to run them in parallel, as these tests tend to be slow. PR-URL: https://github.com/nodejs/node/pull/60604 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>