add test timeout

This commit is contained in:
Robert Resch 2022-01-30 13:16:42 +01:00
parent ccca39761c
commit ac33a522f9
2 changed files with 3 additions and 1 deletions

View file

@ -4,5 +4,6 @@ env =
D:BUMPER_CERT=tests/test_certs/bumper.crt D:BUMPER_CERT=tests/test_certs/bumper.crt
D:BUMPER_KEY=tests/test_certs/bumper.key D:BUMPER_KEY=tests/test_certs/bumper.key
#log_cli=true timeout = 60
log_cli=true
#log_level=DEBUG #log_level=DEBUG

View file

@ -8,6 +8,7 @@ pytest-asyncio
pytest-aiohttp pytest-aiohttp
testfixtures testfixtures
pytest-env pytest-env
pytest-timeout
#pbr = "*" #pbr = "*"
#pytest-aiohttp = "*" #pytest-aiohttp = "*"