diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-22 10:15:55 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-05-24 16:03:32 -0700 |
commit | c82a866c99f165fb46ea2cda60f60e64db44aad0 (patch) | |
tree | e8c95de51b73f5ad6411f6ad77ed760598403465 /tools | |
parent | af7cf54e512953a9a3e71f6ad4993a7069c093fb (diff) |
Fix typo
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index a1ecb11ef4..ac49885921 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -57,7 +57,7 @@ class SimpleConfig(object): if environ is None: environ = {} self.build_config = config - self.maxjobs = 100 * multiprocessing.cpu_count() + self.maxjobs = 2 * multiprocessing.cpu_count() self.allow_hashing = (config != 'gcov') self.environ = environ self.environ['CONFIG'] = config |