summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-no-error-handler-abort-on-uncaught-7.js
AgeCommit message (Collapse)Author
2016-12-21test: reduce unmanaged parallelism in domain testJoyee Cheung
The original test lauches 10 child processes at once and bypass `test.py`'s process regulation. This PR reduces the unmanaged parallelism and is a temporary workaround for #9979 (not a real fix). PR-URL: https://github.com/nodejs/node/pull/10329 Reviewed-By: Anna Henningsen <anna@addaleax.net>