Skip to content
Snippets Groups Projects
Commit 6ccf7cf6 authored by Ben Patterson's avatar Ben Patterson
Browse files

Disable parallelization for lms unit tests.

parent 781a2049
No related merge requests found
......@@ -128,7 +128,7 @@ class SystemTestSuite(NoseTestSuite):
if self.processes is None:
# Use one process per core for LMS tests, and no multiprocessing
# otherwise.
self.processes = -1 if self.root == 'lms' else 0
self.processes = 0
self.processes = int(self.processes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment