From: Jacob Lifshay Date: Thu, 30 Nov 2023 22:55:08 +0000 (-0800) Subject: pytest: try to improve scheduling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1dc3bedcbdb9e10e5da7dd8e5c038a44f978b705;p=openpower-isa.git pytest: try to improve scheduling --- diff --git a/pyproject.toml b/pyproject.toml index ce84b6d1..500ba80e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,6 @@ addopts = [ "-n", "auto", "--shorten-output-dir=test-out", + "--dist=load", + "--maxschedchunk=1", ]