From a4a7f3c491f5ff4d45f27e65df2911d76efa04d1 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 14 Feb 2014 13:13:54 -0800 Subject: [PATCH] Reduce testr concurrnecy to 2. Hard set testr concurrency to 2 so that fewer gerrit instances are started in parallel compared to the default testr concurrency setting. This will help avoid contention for memory and process resources when running the tests. Change-Id: Id3837500ce243af8d8ef762c6dcf50146876f406 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5915acf..d9a410c 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ setenv = commands = python -m git_review.tests.prepare - python setup.py testr --slowest --testr-args='{posargs}' + python setup.py testr --slowest --testr-args='--concurrency=2 {posargs}' deps = -r{toxinidir}/requirements.txt