Skip to content

Commit 973f6da

Browse files
committed
8 parallelism
1 parent d3db950 commit 973f6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def parse_opts():
460460
prog="run-tests"
461461
)
462462
parser.add_option(
463-
"-p", "--parallelism", type="int", default=4,
463+
"-p", "--parallelism", type="int", default=8,
464464
help="The number of suites to test in parallel (default %default)"
465465
)
466466

0 commit comments

Comments
 (0)