test: run doctool tests in parallel

PR-URL: https://github.com/nodejs/node/pull/47273
Refs: https://github.com/nodejs/node/issues/47146
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Joyee Cheung 2023-03-27 22:32:04 +02:00
parent f88eba0ca3
commit cd36f6eeff
No known key found for this signature in database
GPG key ID: 92B78A53C8303B8D

View file

@ -4,4 +4,4 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
def GetConfiguration(context, root):
return testpy.SimpleTestConfiguration(context, root, 'doctool')
return testpy.ParallelTestConfiguration(context, root, 'doctool')