Skip to content

Commit

Permalink
Temporarily disable parallelism to debug a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jun 28, 2015
1 parent 9129027 commit 8309bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def parse_opts():
help="A comma-separated list of Python modules to test (default: %default)"
)
parser.add_option(
"-p", "--parallelism", type="int", default=4,
"-p", "--parallelism", type="int", default=1,
help="The number of suites to test in parallel (default %default)"
)

Expand Down

0 comments on commit 8309bfe

Please sign in to comment.