diff --git a/ubuntutools/test/pylint.conf b/ubuntutools/test/pylint.conf index 4b26b89..e1d2732 100644 --- a/ubuntutools/test/pylint.conf +++ b/ubuntutools/test/pylint.conf @@ -3,6 +3,9 @@ # Pickle collected data for later comparisons. persistent=no +# Use all cpus, to speed up testing +jobs=0 + [MESSAGES CONTROL]