File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ jobs:
510510 run : |
511511 env
512512 cat config.vars
513- VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n $(($(nproc) + 1)) ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
513+ VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n 10 ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
514514 - name : Upload test results
515515 if : always()
516516 uses : actions/upload-artifact@v4
@@ -616,7 +616,7 @@ jobs:
616616 run : |
617617 env
618618 cat config.vars
619- VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n $(($(nproc) + 1)) ${PYTEST_OPTS}"
619+ VALGRIND=0 sg wireshark "uv run eatmydata pytest tests/ -n 10 ${PYTEST_OPTS}"
620620 - name : Upload test results
621621 if : always()
622622 uses : actions/upload-artifact@v4
@@ -742,7 +742,7 @@ jobs:
742742 env :
743743 PYTEST_OPTS : ${{ env.PYTEST_OPTS_BASE }} --test-group-random-seed=42
744744 run : |
745- sg wireshark "uv run eatmydata pytest tests/ -n $(($(nproc) + 1)) ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
745+ sg wireshark "uv run eatmydata pytest tests/ -n 10 ${PYTEST_OPTS} --test-group=${{ matrix.GROUP }} --test-group-count=${{ matrix.GROUP_COUNT }}"
746746 - name : Upload test results
747747 if : always()
748748 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments