From 0931098a2ccd8633922d9fa9f198b8ea295ca8d8 Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Thu, 1 Mar 2018 08:26:14 -0500 Subject: [PATCH] tests/pylint.conf: use jobs=0 to speed up tests --- ubuntutools/test/pylint.conf | 3 +++ 1 file changed, 3 insertions(+) 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]