We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2803aaa commit d51ad65Copy full SHA for d51ad65
test/wpt/testcfg.py
@@ -3,4 +3,4 @@
3
import testpy
4
5
def GetConfiguration(context, root):
6
- return testpy.SimpleTestConfiguration(context, root, 'wpt')
+ return testpy.ParallelTestConfiguration(context, root, 'wpt')
0 commit comments