plz timeout

This commit is contained in:
Brad Warren 2022-10-06 20:06:09 -07:00
parent 71f7e1b563
commit d8bbfd6012
2 changed files with 4 additions and 1 deletions

View file

@ -38,3 +38,7 @@ filterwarnings =
ignore:.*attribute in acme.client is deprecated:DeprecationWarning
ignore:.*acme.mixins is deprecated:DeprecationWarning
ignore:.*Authorization.combinations is deprecated:DeprecationWarning
# If an individual test takes more than 5 minutes (300 seconds), I think we can
# assume something has gone very wrong.
timeout = 300
timeout_method = thread

View file

@ -41,7 +41,6 @@ commands =
# https://github.com/certbot/certbot/issues/7745.
recreate = true
setenv =
PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:--timeout=300}
PYTHONHASHSEED = 0
[testenv:oldest]