Skip to content

Commit

Permalink
chore: add a one hour timeout to all tests and enable color output
Browse files Browse the repository at this point in the history
  • Loading branch information
bringhurst committed Jan 30, 2023
1 parent 491cab3 commit f6126bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ extend-exclude = '''
'''

[tool.pytest.ini_options]
addopts = "-ra -v"
addopts = "-ra -v --color=yes"
# Per-test timeout in seconds
timeout = 3600
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extras =
eventlet: eventlet
sasl: sasl
deps =
pytest-timeout
sasl: kerberos
codecov: codecov
allowlist_externals =
Expand Down

0 comments on commit f6126bb

Please sign in to comment.