diff --git a/runtests.py b/runtests.py index ba79c48..6bdf8b9 100755 --- a/runtests.py +++ b/runtests.py @@ -28,6 +28,8 @@ PRINTLOCK = None RUNNING = [] FAILED = [] NUMPROCS = multiprocessing.cpu_count() - 1 +if os.environ.get('BUILD_ID'): + NUMPROCS = multiprocessing.cpu_count() def setup_parser():