Skip to content

Commit

Permalink
Removing test sleeps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Apr 8, 2024
1 parent 676e394 commit 034d614
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:
pip install -e .[memprof,mpi,test]
pytest -n 4 armi
mpiexec -n 2 --use-hwthread-cpus coverage run --rcfile=.coveragerc -m pytest --cov=armi --cov-config=.coveragerc --cov-report=lcov --cov-append --ignore=venv armi/tests/test_mpiFeatures.py || true
sleep 10
mpiexec -n 2 --use-hwthread-cpus coverage run --rcfile=.coveragerc -m pytest --cov=armi --cov-config=.coveragerc --cov-report=lcov --cov-append --ignore=venv armi/tests/test_mpiParameters.py || true
sleep 10
coverage combine --rcfile=.coveragerc --keep -a

0 comments on commit 034d614

Please sign in to comment.