Skip to content

Commit

Permalink
timeout slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bottler committed Dec 3, 2024
1 parent d718d5a commit 8afbd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/every_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
pip install pytest
# run tests with no parallelism
pytest nevergrad -v --durations=20 --cov=nevergrad
pytest nevergrad -v --durations=20 --timeout=100 --cov=nevergrad
# run in parallel using pytest-xdist
# pytest nevergrad -n auto -v --durations=20 --cov=nevergrad
Expand Down
1 change: 1 addition & 0 deletions requirements/bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pybullet>=3.2.2
glfw
mujoco
pySOT
pytest-timeout
pytest-xdist
poap
pytest-circleci-parallelized
Expand Down

0 comments on commit 8afbd77

Please sign in to comment.