Skip to content

Commit

Permalink
Attempt to set a test timeout for tests that aren't finishing for
Browse files Browse the repository at this point in the history
unknown reasons
  • Loading branch information
natefoo committed Mar 10, 2023
1 parent 7531ae0 commit 30a28d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ line-length = 160

[tool.pytest.ini_options]
norecursedirs = "tests/galaxy.git/* tests/galaxy_venv"
timeout = 300
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ commands =
deps =
lint: flake8
test: pytest
test: pytest-timeout
test: coverage
test: requests
passenv =
Expand Down

0 comments on commit 30a28d5

Please sign in to comment.