We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed7a7b commit dfd2fb9Copy full SHA for dfd2fb9
1 file changed
.github/workflows/autotest_e2e.yml
@@ -33,8 +33,8 @@ jobs:
33
shell: bash
34
run: |
35
python3 -m pip install --upgrade pip
36
- pip install pytest
+ pip install pytest pytest-xdist pytest-timeout
37
- name: Run tests
38
39
40
- pytest -v --tb=short preppipe-tests/
+ pytest -n $(nproc) --timeout=300 -v --tb=short preppipe-tests/
0 commit comments