Skip to content

Commit 7b6e8e2

Browse files
committed
Increase the amount of test runners
Due to timing problems with running tests in parallel with only 4 runners we increases the amount of runners to 8 to mitigate conflicting actions. This is only a workaround and the tests need to be refactored to prevent conflicting actions by using random data.
1 parent 8fd4d3d commit 7b6e8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ test-setup: | tests/test_playbooks/vars/server.yml install-deps install
8080
test -f tests/test_playbooks/vars/server.yml
8181

8282
test-all:
83-
coverage run -m pytest -n 4 --forked -vv 'tests/test_crud.py::test_crud'
83+
coverage run -m pytest -n 8 --forked -vv 'tests/test_crud.py::test_crud'
8484

8585
test-%:
8686
coverage run -m pytest --forked -vv 'tests/test_crud.py::test_case_crud' --testcase $*

0 commit comments

Comments
 (0)