Skip to content

Commit

Permalink
set "--tx 3*popen"
Browse files Browse the repository at this point in the history
removed "--maxretry 2"
  • Loading branch information
Alberto-DM committed Aug 2, 2023
1 parent 27bf59e commit eb0165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
testenv\Scripts\Activate.ps1
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
pytest --tx 6*popen --maxretry 2 --durations=50 --dist loadfile -v --cov=pyaedt --cov-report=xml --junitxml=junit/test-results.xml --cov-report=html _unittest
pytest --tx 3*popen --durations=50 --dist loadfile -v --cov=pyaedt --cov-report=xml --junitxml=junit/test-results.xml --cov-report=html _unittest
- uses: codecov/codecov-action@v3
if: matrix.python-version == '3.10'
Expand Down

0 comments on commit eb0165d

Please sign in to comment.