summaryrefslogtreecommitdiff
path: root/morphlib/builder_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/builder_tests.py')
-rw-r--r--morphlib/builder_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/builder_tests.py b/morphlib/builder_tests.py
index 54bc4a8f..b70cbdd7 100644
--- a/morphlib/builder_tests.py
+++ b/morphlib/builder_tests.py
@@ -156,7 +156,8 @@ class BuilderBaseTests(unittest.TestCase):
self.artifact,
self.repo_cache,
self.max_jobs,
- False)
+ False,
+ 7)
def test_runs_desired_command(self):
self.builder.runcmd(['foo', 'bar'])