Merge "Enable concurrent testing by default"

This commit is contained in:
Jenkins 2014-03-31 19:58:09 +00:00 committed by Gerrit Code Review
commit b803fe85ba
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ group_regex=.*(test_cert_setup|test_keystoneclient).+
# a non-default (1 worker per available core) concurrency is desired, set
# environment variable ``TEST_RUN_CONCURRENCY`` to the desired number of
# workers.
test_run_concurrency=echo ${TEST_RUN_CONCURRENCY:-1}
test_run_concurrency=echo ${TEST_RUN_CONCURRENCY:-0}