Skip to content

Commit

Permalink
test: run wpt tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Mar 27, 2023
1 parent 2803aaa commit d51ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wpt/testcfg.py
Expand Up @@ -3,4 +3,4 @@
import testpy

def GetConfiguration(context, root):
return testpy.SimpleTestConfiguration(context, root, 'wpt')
return testpy.ParallelTestConfiguration(context, root, 'wpt')

0 comments on commit d51ad65

Please sign in to comment.