From b3df53b79fb737d1e8d0a56e646a4326485d3db5 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Thu, 6 Feb 2025 13:49:38 +0200 Subject: [PATCH] :construction_worker: Increase test jobs * 4 -> 6 --- helm/acapy-test/conf/dev/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \