pull/1724/head
Craig Tiller 10 years ago committed by Craig Tiller
parent af7cf54e51
commit c82a866c99
  1. 2
      tools/run_tests/run_tests.py

@ -57,7 +57,7 @@ class SimpleConfig(object):
if environ is None: if environ is None:
environ = {} environ = {}
self.build_config = config self.build_config = config
self.maxjobs = 100 * multiprocessing.cpu_count() self.maxjobs = 2 * multiprocessing.cpu_count()
self.allow_hashing = (config != 'gcov') self.allow_hashing = (config != 'gcov')
self.environ = environ self.environ = environ
self.environ['CONFIG'] = config self.environ['CONFIG'] = config

Loading…
Cancel
Save