diff --git a/helm/acapy-test/conf/dev/values.yaml b/helm/acapy-test/conf/dev/values.yaml index cc54492b2..6b7c3848b 100644 --- a/helm/acapy-test/conf/dev/values.yaml +++ b/helm/acapy-test/conf/dev/values.yaml @@ -3,7 +3,7 @@ command: - -c - | poetry run pytest \ - -n 4 \ + -n 6 \ --dist loadgroup \ --junitxml="/mnt/test_output.xml" \ --cov-report=term-missing:skip-covered \