@@ -305,15 +305,15 @@ test_debian10: clean ansible splunk-debian-10 uf-debian-10 test_setup run_small_
305305
306306run_small_tests_centos7 :
307307 @echo ' Running the super awesome small tests; CentOS 7'
308- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform centos-7 --junitxml test-results/centos7-result/testresults_small_centos7.xml
308+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform centos-7 --junitxml test-results/centos7-result/testresults_small_centos7.xml
309309
310310run_large_tests_centos7 :
311311 @echo ' Running the super awesome large tests; CentOS 7'
312312 pytest -n 2 --reruns 1 -sv tests/test_distributed_splunk_image.py --platform centos-7 --junitxml test-results/centos7-result/testresults_large_centos7.xml
313313
314314run_small_tests_redhat8 :
315315 @echo ' Running the super awesome small tests; RedHat 8'
316- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform redhat-8 --junitxml test-results/redhat8-result/testresults_small_redhat8.xml
316+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform redhat-8 --junitxml test-results/redhat8-result/testresults_small_redhat8.xml
317317
318318run_large_tests_redhat8 :
319319 @echo ' Running the super awesome large tests; RedHat 8'
@@ -330,15 +330,15 @@ test_setup:
330330
331331run_small_tests_debian9 :
332332 @echo ' Running the super awesome small tests; Debian 9'
333- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-9 --junitxml test-results/debian9-result/testresults_small_debian9.xml
333+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-9 --junitxml test-results/debian9-result/testresults_small_debian9.xml
334334
335335run_large_tests_debian9 :
336336 @echo ' Running the super awesome large tests; Debian 9'
337337 pytest -n 2 --reruns 1 -sv tests/test_distributed_splunk_image.py --platform debian-9 --junitxml test-results/debian9-result/testresults_large_debian9.xml
338338
339339run_small_tests_debian10 :
340340 @echo ' Running the super awesome small tests; Debian 10'
341- pytest -n 3 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-10 --junitxml test-results/debian10-result/testresults_small_debian10.xml
341+ pytest -n 2 --reruns 1 -sv tests/test_single_splunk_image.py --platform debian-10 --junitxml test-results/debian10-result/testresults_small_debian10.xml
342342
343343run_large_tests_debian10 :
344344 @echo ' Running the super awesome large tests; Debian 10'
0 commit comments