mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
plz timeout
This commit is contained in:
parent
71f7e1b563
commit
d8bbfd6012
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue