diff --git a/composer.json b/composer.json index 148691455..6a30b04f7 100644 --- a/composer.json +++ b/composer.json @@ -130,10 +130,10 @@ "php var/box.phar compile" ], "mutation": [ - "infection --threads=max --only-covered" + "infection --threads=4 --only-covered" ], "mutation-diff-lines": [ - "infection --threads=max --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100 --ignore-msi-with-no-mutations" + "infection --threads=4 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100 --ignore-msi-with-no-mutations" ], "cs": "phpcs", "cbf": "phpcbf",