add test timeout
This commit is contained in:
parent
ccca39761c
commit
ac33a522f9
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
@ -8,6 +8,7 @@ pytest-asyncio
|
||||||
pytest-aiohttp
|
pytest-aiohttp
|
||||||
testfixtures
|
testfixtures
|
||||||
pytest-env
|
pytest-env
|
||||||
|
pytest-timeout
|
||||||
|
|
||||||
#pbr = "*"
|
#pbr = "*"
|
||||||
#pytest-aiohttp = "*"
|
#pytest-aiohttp = "*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue